Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The other posters talked about creating a toolbar in code, very
powerful, but maybe too much. Simple solution: Save your XLS as addin (XLA) Create a new toolbar. Set your Addin property for your XLA to false(VBE select XLA workbook and see proporties window). Add Macro to toolbar(should now be visible). Select XLA workbook in Excel Attach your Toolbar to XLA Sett Isaddin = True In XLA Workbook close event Commandbars("Mycommandbar").Delete This should work without coding anything extra. DM Unseen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change the default email program in Excel 2007? | Setting up and Configuration of Excel | |||
Macro orVB Program to email a worksheet | Excel Discussion (Misc queries) | |||
Program a button to copy a pivot table and then email | Excel Discussion (Misc queries) | |||
display correct toolbar icon on starting excel application program | Excel Programming | |||
Shut off email address from linking to email program? | Excel Worksheet Functions |