View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Brown[_6_] Gary Brown[_6_] is offline
external usenet poster
 
Posts: 126
Default Problem with workbook on_open event

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).
--
Hope this helps.
If it does, please click the Yes button.
Thanks in advance for your feedback.
Gary Brown



"headly" wrote:

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.