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