which object/method to add a Word menu item
Hi Friends,
After searching in the Visual Studio object-browser I try to asked you.
My goal is to write VB code that adds a menu item into the MS-Word menu
like spellingcontrol, in order to invoke an activeX. So i would like tho know which object and/or method to address.
regards
Gerie
Re: which object/method to add a Word menu item
Which version of Office? Take a look at the MSTO' developer page
Re: which object/method to add a Word menu item
office version 2003, I use Visual Studio 2005 the write the VB code in.
The Object name (which I found in Word) is called CommandBars but
I can not find that object within VS-2005 Object Browser
Re: which object/method to add a Word menu item
afther a while I learned that i missed some basic
knowledge of VB itself. I'had to add the desired
default namespaces by:
> solution explorer -> properties -> references -> Add