How do I create Keyboard shortcuts for a COM add-in?

N

Nick Hebb

I would like to create keyboard shortcuts for functions of my COM add-
in, but I can't figure out how to get it to work. I've tried different
syntax for Application.OnKey, but I tried nothing works. It only looks
for macros.

Any tips?

(BTW, I don't mean menu shortcuts via & tagged menu captions.)
 
Top