C
Communicator CX
Hi
I need to know how I can know the menu entrys from f.e. Word.
At the moment I use the textual name from the menu item to find it.
I need something like a unique number:
a) Word 97 up to 2003
b) different languages f.e. english, german, french
f.e.:
App.CommandBars("Standard").Controls("&Save").Enabled = False
Question:
Can I get the Id like:
xID= App.CommandBars("Standard").Controls("&Save").ID
and it is unique to Word 97 up to 2003 and all international Word
versions???
Thank you in advance
tobias
I need to know how I can know the menu entrys from f.e. Word.
At the moment I use the textual name from the menu item to find it.
I need something like a unique number:
a) Word 97 up to 2003
b) different languages f.e. english, german, french
f.e.:
App.CommandBars("Standard").Controls("&Save").Enabled = False
Question:
Can I get the Id like:
xID= App.CommandBars("Standard").Controls("&Save").ID
and it is unique to Word 97 up to 2003 and all international Word
versions???
Thank you in advance
tobias