Private Sub - Hot key?

  • Thread starter Thread starter Guest
  • Start date Start date
The Application.OnKey method sets up a procedure to run when a certain key
(or combination) is pressed:
Application.OnKey(Key, Procedure)
for full details see Excel VBA help file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Hide Macro 3
main form / sub form concept (again) 8
Hot Key on Menu Bar 3
Add Macro Hot Key 1
Menus & Hot keys - works in Excel 2003 but not 2007 1
Save As Event 3
hot keys 5
Hot keys from other programs 3

Back
Top