ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Automatically Hide Pivot Table Field List Box (https://www.excelbanter.com/excel-discussion-misc-queries/144163-automatically-hide-pivot-table-field-list-box.html)

RB

Automatically Hide Pivot Table Field List Box
 
After running a pivot table in Excel 2003 the pivot table field list box
automatically appears. Can I change settings so this box does not
automatically appear?

Shailesh Shah

Automatically Hide Pivot Table Field List Box
 
if you are using excel 2000+, put below code in sheet's module .

Private Sub Worksheet_PivotTableUpdate(ByVal Target As PivotTable)
Application.ScreenUpdating = False
ActiveWorkbook.ShowPivotTableFieldList = False
Application.ScreenUpdating = True
End Sub


Regards,

Shailesh Shah
http://in.geocities.com/shahshaileshs/
(Excel Add-ins Page)


"RB" wrote:

After running a pivot table in Excel 2003 the pivot table field list box
automatically appears. Can I change settings so this box does not
automatically appear?



All times are GMT +1. The time now is 09:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com