Quantcast
Channel: Word VBA Beginners
Viewing all articles
Browse latest Browse all 106

Word 2007 key bindings - VBA

$
0
0
Hi,

I have problem with KeyBindings in Word 2007. I bind diferrent funcitons to
Alt+8 and Alt+* (on numeric pad). It works just fine in Word 2003. However in
Word 2007 it always calls Alt+8 bound function. Seems that Word 2007 cannot
differentiate between wdKey8 and wdKeyNumericMultiply, even though
BuildKeyCode() returns different values for those combinations.

Does anyone know if this is a bug or a feature in new Word 2007? Is there a
workaround for this?

Thanks!

Here is the code...

Word 2007 key bindings - VBA

Viewing all articles
Browse latest Browse all 106

Trending Articles