Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 881 Bytes

Excel.PivotTable.EnableWizard.md

File metadata and controls

42 lines (24 loc) · 881 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.EnableWizard property (Excel)
vbaxl10.chm235108
vbaxl10.chm235108
Excel.PivotTable.EnableWizard
3e87af08-711d-cddb-bcc1-0b9179e71cb1
05/08/2019
medium

PivotTable.EnableWizard property (Excel)

True if the PivotTable Wizard is available. The default value is True. Read/write Boolean.

Syntax

expression.EnableWizard

expression A variable that represents a PivotTable object.

Remarks

When this property is set, the field wells aren't displayed on the worksheet.

Example

This example disables the PivotTable Wizard for the first PivotTable report on worksheet one.

Worksheets(1).PivotTables("Pivot1").EnableWizard = False

[!includeSupport and feedback]