Keyboard Binding

G

Guest

Is it possible to bind a keyboard shortcut to COM Add-In
command/sub/function/event/anything ???
 
R

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
 
Top