Help creating an application level add-in xml/vba

kgaul01

New Member
Joined
Aug 26, 2013
Messages
19
I have created a workbook with all my macros and saved as an add-in (.xlam) but I am now struggling with deployment and ui customization. I know how to modify the ribbon for my own excel but I want to create a full add-in that I can distribute to my colleagues that has a new custom ribbon tab with buttons calling my macros. I am able to write the basic xml to describe the ribbon but don't know how to fit all the pieces together. I have been trying to use Visual Studio but without much luck
Thanks for the help!
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Thanks for the quick reply! I am able to make a custom ribbon with no problem....it is the following that has my head spinning:
1. How to deploy the custom ribbon the be added when the user enables my add in
2. How to reference the vba code I have written from the project so my new ribbon buttons will run the specified macros.
Suggestions?
 
Upvote 0

Forum statistics

Threads
1,215,061
Messages
6,122,922
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top