BlueScreenOD
Programmer
I'm trying to make it so when you hit "Ctrl+A" it opens up a another form. I figured I could just use
Private Sub UserForm_KeyDown...
But it doesn't work. I tried doing the same thing but on a particular text field and I managed to get that to work, but to apply the same thing on every text filed seems a little messy.
Is there anyway I could set my form up so that if a keydown event occurs on any control a certain piece of code is trigerd?
Private Sub UserForm_KeyDown...
But it doesn't work. I tried doing the same thing but on a particular text field and I managed to get that to work, but to apply the same thing on every text filed seems a little messy.
Is there anyway I could set my form up so that if a keydown event occurs on any control a certain piece of code is trigerd?