The command id. Can be a built-in command 
enumerated value or custom command id.
        Description
            Syntax
| Visual Basic | 
|---|
| Public Sub ExecuteCommand( _
   ByVal command As Long, _
   ByVal  As Variant _
)  | 
Parameters
- command
- The command id. Can be a built-in command enumerated value or custom command id.
- arguments
- Command argument or an arguments object, if the command requires arguments. Use null or empty value if the command does not require arguments.
See Also