Hi
I would be really grateful if someone could give me either high-level or detail steps on achieving the following:
---
I want to create a file (which I am thinking will be an add-in), that my colleagues can import into their Excel, and when they do, they get a custom ribbon which has the frequently used tools for our work, and also buttons to launch custom macros (or VBA scripts) like formatting the sheet with our logos.
We plan to alter the ribbon now and again with more useful buttons. We may also update the VBA scripts to automate more tasks. So I am thinking the add-in file will need to be editable somehow.
---
So far:
I have the macros in my personal workbook so I don't need help with coding the VBA.
I installed Visual Studio and made a custom ribbon with one dummy icon (vsto type I think), which automatically loads into my Excel, but it is just a dummy button so it doesnt do anything and therefore I dont know:
a) how to create a custom ribbon in Visual Studio (if that is the correct application to use) with a button that actually does something (like bottom borders)
b) how to create a button in Visual Studio and link a VBA script to it
c) how to export the ribbon from Visual Studio so that I can install it on other people's computers.
I am only assuming Visual Studio is the software to use to get this job done - perhaps it isnt.
Any help would be appreciated.
Thanks
I would be really grateful if someone could give me either high-level or detail steps on achieving the following:
---
I want to create a file (which I am thinking will be an add-in), that my colleagues can import into their Excel, and when they do, they get a custom ribbon which has the frequently used tools for our work, and also buttons to launch custom macros (or VBA scripts) like formatting the sheet with our logos.
We plan to alter the ribbon now and again with more useful buttons. We may also update the VBA scripts to automate more tasks. So I am thinking the add-in file will need to be editable somehow.
---
So far:
I have the macros in my personal workbook so I don't need help with coding the VBA.
I installed Visual Studio and made a custom ribbon with one dummy icon (vsto type I think), which automatically loads into my Excel, but it is just a dummy button so it doesnt do anything and therefore I dont know:
a) how to create a custom ribbon in Visual Studio (if that is the correct application to use) with a button that actually does something (like bottom borders)
b) how to create a button in Visual Studio and link a VBA script to it
c) how to export the ribbon from Visual Studio so that I can install it on other people's computers.
I am only assuming Visual Studio is the software to use to get this job done - perhaps it isnt.
Any help would be appreciated.
Thanks