EnableFieldDialog Property Example
This example disables the PivotTable Field dialog box for the Year field.
Worksheets(1).PivotTables("Pivot1") _ .PivotFields("Year").EnableFieldDialog = False