Command$ Function
Syntax
Command[$]
Group
Description
Contains the value of the MacroRun parameters.
See Also
Example
Sub Main
Debug.Print "Command line parameter is: """;
Debug.Print Command$;
Debug.Print """"
End Sub
Syntax
Command[$]
Group
Description
Contains the value of the MacroRun parameters.
See Also
Example
Sub Main
Debug.Print "Command line parameter is: """;
Debug.Print Command$;
Debug.Print """"
End Sub