title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PivotTable.EnableFieldDialog property (Excel) |
vbaxl10.chm235107 |
|
|
4b6b4bc5-9b87-efa2-c6d1-4ab0c11f5966 |
05/08/2019 |
medium |
True if the PivotTable Field dialog box is available when the user double-clicks the PivotTable field. The default value is True. Read/write Boolean.
expression.EnableFieldDialog
expression A variable that represents a PivotTable object.
Setting this property for a PivotTable report sets it for all fields in that report.
This example disables the PivotTable Field dialog box for the Year field.
Worksheets(1).PivotTables("Pivot1") _
.PivotFields("Year").EnableFieldDialog = False
[!includeSupport and feedback]