WorkflowTask.Show Method
Office Developer Reference |
Displays a workflow task edit user interface for the specified WorkflowTask object.
Syntax
expression.Show
expression An expression that returns a WorkflowTask object.
Return Value
Integer
Example
The following example displays the name of each workflow task in the current document and then displays the workflow task edit user interface for a specific task.
Visual Basic for Applications |
---|
|
See Also