Toolbars

M

Michelle

I have a program that needs 2 custom toolbars (I hide all
toolbars at the startup) The one needs just the Save
button and Exit button the second needs the Share
Workbook. How can I put this in code. I have tried to
record a macro and look at the code it gives me but I am
lost.
Please help.
 
E

E_R

Not too sure what you're part of the code that was generated you woul
like to further understand... but, if you just want to get it to run a
start up, you could call your macro from the Workbook_Open event
 
Top