No equivalent COM Commands
:MMEMory:STORe:PROGram <string>
This command saves a VBA project opened on the VBA editor into a file. The file name needs to have a .vba extension. If a file with the specified file name exists, its contents are overwritten.
Parameter |
String |
Description |
File name in which you want to save the VBA project |
Range |
254 characters or less |
Preset value |
"" |
10 OUTPUT 717;":MMEM:STOR:PROG ""Test1/Test1_01.vba"""
10 OUTPUT 717;":MMEM:STOR:PROG ""D:Test1_01.vba"""
Macro Setup > Save VBA Project