Programmatically Create/Install VBA Macro

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am in need of installing/creating a marco on several computers, and rather
than have to create each one individually, I'd like to create an installer
program (somehow). Is this even possible, and if so how?

Thanks for you time.
 
Not possible. You would have to copy the entire VBAProject.OTM file over and
wipe out any existing macros or just add that code to each existing VBA
project.

VBA macros are not designed for deployment. For deployment a COM addin
should be used.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top