Excel Training Resource Blog
How to become more efficient with Excel and VBA
Thursday, December 1, 2011
Excel 2010 VBA to assign a shortcut key
Application.OnKey "^j", "subroutineToRun"
This runs the subroutine named subroutineToRun when CTRL+j is pressed.
The macros must be run once before the shortcut will work.
2 comments:
Unknown
February 26, 2013 at 3:49 AM
This comment has been removed by the author.
Reply
Delete
Replies
Reply
Unknown
February 26, 2013 at 4:30 AM
This comment has been removed by the author.
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDelete