G Guest Mar 10, 2004 #1 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 ??
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 ??
T Tom Ogilvy Mar 10, 2004 #2 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.
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.
J Jon Peltier Mar 10, 2004 #3 Or perhaps Mike wants to import it into his active project in the VB Editor? - Jon