Application.ShowWizardCatalog method (Publisher)
Displays the Publication Types catalog for the wizard of the specified type.
Syntax
expression.ShowWizardCatalog (Wizard)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Wizard | Optional | PbWizard | The type of wizard catalog to be displayed. |
Example
The following Microsoft Visual Basic for Applications (VBA) macro shows how to use the ShowWizardCatalog method to show the wizard catalog for brochures.
Public Sub ShowWizardCatalog_Example()
Application.ShowWizardCatalog (pbWizardBrochures)
End Sub
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.