How to access Visual Basic Editor via VBA?

H

Henry

Hello,

I have about 100 excel files which I need to modify. I want to include
a Workbook_Open() script on each and every file. Instead of doing this
manually, is there a way to programmatically do it?

I know how to use VBA to open every file, but how do I access the VB
editor environment and "paste" my Workbook_Open() code in each file?


Any advice would be appreciated.

Thanks
H
 

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

Top