Problem with workbook on_open event

H

headly

I have a call to an addtoolbar() sub in my workbook on_open event. When i
first open the workbook, no toolbar added; if i close and reopen the workbook
the toolbar appears.
 
G

Gary Brown

is your code a toggle? ie: if toolbar exists, get rid of it, if toolbar does
not exist, create it? That would explain what you described (without seeing
the actual code).
 
Top