Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have made a custom toolbar to work with a specific spreadsheet. I need the
toolbar to load if the user doesn't have it already. This is what I'm trying to do: Private Sub Workbook_Open() If "Application.Toolbar X exists" Then "do nothing" Else: Call "procedure to make toolbar" End If End Sub Just need help filling in the correct syntax to make this work. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hide custom toolbar from Toolbar list | Excel Programming | |||
Need help w using custom image for custom toolbar in Excel 2007 | Excel Programming | |||
adding custom images to a button on custom toolbar | Excel Programming | |||
custom toolbar buttons are saved where? Excel loads twice bymistake and all my custom toolbar buttons get gone!!! | Excel Programming | |||
saving toolbar buttons on custom toolbar | Excel Programming |