Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Gino
Use the following events in the Thisworkbook module Private Sub Workbook_Activate() End Sub Private Sub Workbook_Deactivate() End Sub -- Regards Ron de Bruin http://www.rondebruin.nl "Gino" wrote in message ... I have created a toolbar programatically, the only problem is that the toolbar remains present even if I switch workbooks, and (as expected) causes errors when someone clicks any button on it. How can I have the toolbar deleted when the workbook changes. I have no problem deleting the toolbar when the worksheet changes its the whole workbook changing thats got me a bit puzzled. Anyone know how to do this? Much appreeciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel toolbar like word toolbar, please | Excel Discussion (Misc queries) | |||
Form Toolbar verses Control Toolbar | Excel Discussion (Misc queries) | |||
Save Toolbar into new toolbar | Excel Discussion (Misc queries) | |||
Adjusting toolbar size, restore toolbar | Excel Discussion (Misc queries) | |||
saving toolbar buttons on custom toolbar | Excel Programming |