Executes this command.
public CommandResult Execute(
Workbook
)
'Declaration
Public Function Execute( _
ByVal As Workbook _
) As CommandResult
'Usage
Dim instance As Command
Dim workbook As Workbook
Dim value As CommandResult
value = instance.Execute(workbook)
Parameters
- workbook
- A prefer workbook that might be used for excecuting command.
Return Value
A CommandResult value represents the executing result.