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.
 
Back
Top