Word 2007 Setting Keytips/Shortcuts

A

A.Strobel

Hello,
i have a little problem: I try to migrate an existing Word VBA solution from
Word x to the new Word 2007 and want to set the shortcuts as they are in the
old version.

In Word before 2007 i set the shortcuts in VBa with "Call
KeyBindings.Add(wdKeyCategoryCommand, myFunc, myKeycode)" but this doesn't
seem to work in Word 2007.

As i searched for some information about shortcuts i found the "keytip"
property for the customUI.xml.

Now i have a general question:
Is keytip comparable with the keybindings.add function?

How can i register shortcuts like Alt+F2 in Word 2007? Is there any way to
do this?


Thanks in advance.
Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top