What should I put the workbook that contain the Macro? I also need to distribut the same Macro to multiple. How can I accomplish that?
Main Topics
Browse All TopicsI want to create a toolbar in Excel that will work globally in any worksheet. My toolbar will need to associate with a toolbar image and a macro.
I tried to create a toolbar in the Excel UI and assign the macro there. Then, I save it as .xla and put it in the Add-in folder. I see the Toolbar, but when I click on it, I got an error said it cannot find the macro.
Attached the .xla file. Please change the .txt to .xla.
What is the correct way to accomplish my goal. Please help.
ET73
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
What is being distributed? Is it the workbook on which the macros will be working? If so the macros can be within that workbook with an attached toolbar.
Am I missing something?
If not, send workbook containing macros and a toolbar for running the macros to users and get them to save into their XLSTART directory. Don't call it PERSONAL.XLS as this will overwrite anything they have developed for themselves but being in the XLSTART directory it will open each time XL starts. Hide the workbook and then close Excel. Warning message will ask if want to save the now hidden file, saying Yes will save the hidden status.
HOWEVER - When Excel now starts, a blank workbook does not open.
I would do this as a read-only add-in shared from a network drive. By making it read-only, you can update it as you make bug-fixes or add new functionality without having to have users close Excel. They will get the new functionality each time they start Excel.
You can definitely do this and have your own icons ... I have a custom ribbon with 34 custom functions, each having their own icon. I've used buttons, toggle buttons, splitButtons, dynamic menus, etc. It really is a slick way to go.
Let me know if you have questions.
sdwalker
Business Accounts
Answer for Membership
by: boag2000Posted on 2009-06-04 at 20:41:06ID: 24553276
Create the toolbar
Assign it any macros you like from the Personal Macro Workbook.
It shouldl be available everytme you open Excel.
Unless I am not understanding something, I don't see the need to save it as an .xla file.
JeffCoachman