Fire_Chief
Well-known Member
- Joined
- Jun 21, 2003
- Messages
- 682
I am trying to get a sub to run when I press a combination of letters.
This is what I use and it works fine when pressing 1 letter.
Application.OnKey "^t", "SUB_TEST"
I want to use more than 1 letter.
Possibly a letter and a number but I would settle for two letters.
Can anyone help?
Thank You
This is what I use and it works fine when pressing 1 letter.
Application.OnKey "^t", "SUB_TEST"
I want to use more than 1 letter.
Possibly a letter and a number but I would settle for two letters.
Can anyone help?
Thank You