Open a VBA file from a Macro

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

Guest

I am trying to open a VBA file from a Macro. I can't even find a way to start.

Surely there has to be some sort of way to do this ??
 
If you mean a .bas file which contains an exported code module, then it is a
simple text file. You can open it using low level fileio or just open it in
Excel.
 
Or perhaps Mike wants to import it into his active project in the VB Editor?

- Jon
 

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