Home |
Search |
Today's Posts |
#17
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Great help, Mike. Now maybe I can get this albatross out of my hair.
Thanks for your time. Jack "mike" wrote: Actually there is. Your toolbar will remain unless you programmatically remove it. I would recommend activating the toolbar on open as removing it on close. In Auto_Open add the following just before you end the sub Set myBar = CommandBars("toolbar_name") myBar.Enabled = True In Auto_Close add the following Set myBar = CommandBars("toolbar_name") myBar.Enabled = False |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assigning Macros to Toolbar buttons | Excel Discussion (Misc queries) | |||
Assigning Macros to Buttons | Excel Discussion (Misc queries) | |||
Assigning Macros to Toolbar buttons | Excel Programming | |||
custom toolbar buttons are saved where? Excel loads twice bymistake and all my custom toolbar buttons get gone!!! | Excel Programming | |||
assigning macros to several custom buttons | Excel Programming |