Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.