Description
Displays the output dialog and selects the active page.
-
Return Type
-
None
-
Syntax
-
object.Show [Page]
The Show Method syntax has these parts: |
| object | An expression evaluating to an object of type McOutput. | | Page | Optional. A Variant value. Optional, indicates the page to activate.
| Remarks
This is a shortcut for Dialogs("Output").Show ,Page.
|