Guest
Guest
|
How can I add a new item to the Excel main menu? |
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
1. Create new add-in (File|New|Other -> Add-in Express 2.0 -> MS Office COM Add-in)
2. Add the TadxCommandBar component to AddInModule
3. Enter "Worksheet Menu Bar" to the CommandBarName property
4. Add a new button to the Controls property
5. Compile and register the project.
6. Run Excel.
Useful link:
support.microsoft.com/default.aspx?scid=kb;en-us;Q213552
Sincerely,
ADX Support Team |
|