View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Toolbar on opening a workbook

use the activate and deactivate of the events of the workbook to make the
toolbar visible and not visible.

--
Regards,
Tom Ogilvy

"Khlaudhya" wrote in message
...
Hi there,

I have a given set of code which is called by certain buttons on a

toolbar.
I would like that that toolbar would only be shown when a given workbook

is
opened. I know this is possible in VBA but can't get there.

Can anyone help me?

Thank you very much.