Is it possible to bind a keyboard shortcut to COM Add-In command/sub/function/event/anything ???
G Guest Nov 12, 2003 #1 Is it possible to bind a keyboard shortcut to COM Add-In command/sub/function/event/anything ???
R Ria Nov 28, 2003 #2 It is possible, but not in the way you can do from vba (with keybindings.add). You need to use a hook to trap keys Ria
It is possible, but not in the way you can do from vba (with keybindings.add). You need to use a hook to trap keys Ria