Display Method Example
This example displays the About dialog box.
Set aDialog = Dialogs(wdDialogHelpAbout) aDialog.Display
This example displays the Zoom dialog box for approximately nine seconds.
Dialogs(wdDialogViewZoom).Display TimeOut:=9000