EnableWizard Property
Applies To
PivotTable object.
Description
True if the PivotTable Wizard is available. The default value is True. Read/write Boolean.
Example
This example disables the PivotTable Wizard for the PivotTable named "Pivot1."
Worksheets(1).PivotTables("Pivot1").EnableWizard = False