No equivalent COM Commands
:MMEMory:LOAD:PROGram <string>
This command loads (or imports) a VBA project (file with the .vba extension), module (file with the .bas extension), user form (file with the .frm extension) or class module (file with the .cls extension). If the specified file does not exist, an error occurs and the command is ignored.
Parameter |
String |
Description |
File name in which you want to load the VBA project |
Range |
254 characters or less |
Preset value |
"" |
10 OUTPUT 717;":MMEM:LOAD:PROG ""Test1/Test1_01.vba"""
10 OUTPUT 717;":MMEM:LOAD:PROG ""A:Test1_01.vba"""
Macro Setup > Load VBA Project