R
Rui Silva
Hello!
I am developing add-ins for MS Project. I can easily change toolbars and
commands in the main menu.
For example, to access Tools menu:
MyMenu = oCommandBars("Tools").Controls.Add(before:=3)
So, I just need to know de command name.
However, I need to change context menus (for example, right click in one
task). Is this possible? If yes, how can I do it? How can I get the names for
any context menu?
Thanks!
I am developing add-ins for MS Project. I can easily change toolbars and
commands in the main menu.
For example, to access Tools menu:
MyMenu = oCommandBars("Tools").Controls.Add(before:=3)
So, I just need to know de command name.
However, I need to change context menus (for example, right click in one
task). Is this possible? If yes, how can I do it? How can I get the names for
any context menu?
Thanks!