Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings !
I have some routines in the "WorkbookOpen" routine of various workbooks that create ToolBar buttons. Generally, I have managed to get the relevant buttons deleted when the workbook is closed, but what I haven't yet managed is to prevent new duplicate buttons being created. Would SKS be so kind as to give me the relevant code ? e.g. Public Sub MakeButtons() ' Make "Print" button If Exists Button(Print) Then ' <--- It's this line I need help with ! Else 'Existing Make "Print" button routine goes here End If ' Repeat for the other buttons End Sub RClay AT haswell DOT com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Buttons in a toolbar | Excel Discussion (Misc queries) | |||
Toolbar buttons | Excel Discussion (Misc queries) | |||
Toolbar Buttons | Excel Discussion (Misc queries) | |||
saving toolbar buttons on custom toolbar | Excel Programming | |||
Toolbar Buttons | Excel Programming |