B
Bishop
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.
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.