Publishing a VBA add-in

dbryant99

New Member
Joined
Aug 17, 2015
Messages
2
I apologize for not knowing the right words to use here (and if i knew the words i could look up the answer :))

I have written a piece of VBA code that does what i need it to and have installed it in the spreadsheet that i was testing it on. So far so good.

I now want to give the code to other people so that they can use the functionality - it is a routine that takes a specific Excel formatted file and creates an srt file (a video caption file)

So i would like to know how to create a module that i can send to people so that they can add it to their generic Excel application so that they can use the functionality with an easy way to run it.

I hope this makes sense to you.

Thanks in Advance

Dave
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Put the module in a new blank workbook and save that as an add-in. You can then distribute that to users, though you will need to provide some means of running the code, such as a custom ribbon tab/button.
 
Upvote 0

Forum statistics

Threads
1,215,159
Messages
6,123,346
Members
449,097
Latest member
thnirmitha

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