6.1.2.8.1.3 Command

Function Declaration

 Function Command() As Variant 
 Function Command$() As String 

Runtime Semantics.

§ Returns the argument portion of the implementation dependent command used to initiate execution of the currently executing VBA program.

§ The runtime semantics of Command$ are identical to those of Command with the exception that the declared type of the return value is String rather than Variant.