vote up 2 vote down star
1

Once I've finished writing an Excel 2007 VBA script how to I deliver the Excel 2007 VBA script to the rest of the team members?

Is there a way to package an Excel 2007 VBA script so that it can be provided to other team members?

Thanks again for any feedback.

flag

2 Answers

vote up 2 vote down check

You could deliver as an Excel add-in (no need for VSTO if you want, can be pure VBA). or you could export the module to a .bas file and send to your coworker.

link|flag
vote up -1 vote down

I afraid no.

If you want to deliver your script so that your teammate can reuse it easily, consider using VSTO. In this way you can develop plugin for Excel, that other people can install and use.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.