Toolbar created in Workbook to be available when file is opened - how???

  • Thread starter Thread starter Baldi
  • Start date Start date
B

Baldi

Q: How do I make the button in a toolbar available to all users?

I have created a complicated Excel workbook. To ease the use I have
created a toolbar with some buttons, which trigger a macro.

When other users open the file, they do get the toolbar, but the
toolbar is empty (= the buttons I have are not available although the
macros, which the buttons are to call, are actually stored in the
workbook.

Kind regards
Baldi
 
hi,
I had that problem too.
I solved it by abandoning the icon and put command button
on sheet.
 
Hi
you have to put some code in your workbook_open event which creates
your toolbar.
Also you may put some code in the workbook_beforeclose event to remove
them afterwards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top