Add custom Worksheet and Toolbar in shared drive

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I create a Global Template with custom Toolbar that can be shared by
other users.
Thanks,
rcruz
 
I use something like this to create toolbars on the fly.

http://groups.google.com/[email protected]
If that link doesn't work, try this one:
http://www.google.ca/[email protected]

If you put the code in the workbook and save it as a template, then you'll see
the toolbars when you start the new workbook.

But I think I'd do something slightly different.

I'd put all the code (including creating/deleting the toolbars) into another
workbook. Save this workbook as an addin (.xla).

Then save your template with just the data in it.

Have the users open the addin (but provide a button that creates a new workbook
based on your template).

By separating the code from the data, you may find that you have fewer things to
catch when something changes.

(If the template changes, just update the template. If the code changes, update
the addin. You may be able to update problems in the code without causing any
problems for workbooks based on the existing template.)
 

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