Command Function

Syntax:

Command[$]

Group:

Miscellaneous

Description: 

Contains the value of the MacroRun parameters.

Example:

Sub Main
  Debug.Print "Command line parameter is: """;
  Debug.Print Command$;
  Debug.Print """"
End
Sub

See Also:

MacroRun