Invokes a command.
Syntax
Sub Raise (Guid As String, ID As Long, CustomIn() As Variant, CustomOut() As Variant)
This syntax has these parts:
Part | Description |
Guid | Required GUID string indicating the command group. |
ID | Required Long. Index into the command group for the particular command. |
CustomIn | Required Variant. Arguments passed in from OLECommandTarget. See OLE documentation for more information. |
CustomOut | Required Variant. Arguments passed out and will be returned by OLECommandTarget. See OLE documentation for more information. |
Remarks
Command groups are logical groupings of commands in the user interface. Within menus and toolbars, each group is denoted by a separator. Every command is assigned to a primary group. This primary group controls the command's position in the main menu structure and in the Customize dialog. Each command can be in multiple groups, such as on a main menu, on a context menu, and within a toolbar.