Thread
:
Excel VBA: Key Bindings?
View Single Post
10-15-2012, 04:25 AM
tinfanide
Windows 7 64bit
Office 2010 32bit
Expert
Join Date: Aug 2011
Posts: 312
I've found some hints on the Internet, yet it doesn't work at all in my case:
http://vbadud.blogspot.hk/2007/06/assigning-shortcut-keys-excel-macros.html
Code:
Sub a() Application.OnKey "^t", "b" End Sub Sub b() MsgBox "b..." End Sub
tinfanide
View Public Profile
Find all posts by tinfanide