KeyBinding to Office Add-In
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am in the process of writing an Add-In for MS Office XP in MS VB.NET. So far, it amends the office commandbars to add an MsoPopup with two MsoButtons. My next step is to get the events for these two MsoButtons associated with a keycode shortcut; i.e., ALT + L. I cannot seem to find any information on how this could be achieved. I have looked at the KeyBindings collection in Office, but don't see a way to attach the keycodes to the addin. Any help gratefully accepted. John