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
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