Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook (for training purposes) with many different pivot tables.
I want to uncheck AutoFormat table under Table Options for each 'Refresh Data'. Some help on the necessary code for that? Regards Hans Knudsen |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim ws As Worksheet
Dim pt As PivotTable For Each ws In ActiveWorkbook.Worksheets For Each pt In ws.PivotTables pt.HasAutoFormat = False Next pt Next ws Hans Knudsen wrote: I have a workbook (for training purposes) with many different pivot tables. I want to uncheck AutoFormat table under Table Options for each 'Refresh Data'. Some help on the necessary code for that? Regards Hans Knudsen -- Debra Dalgleish Contextures www.contextures.com/tiptech.html Blog: http://blog.contextures.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to uncheck the (ALL) item in a pivot table field | Excel Programming | |||
Autoformat in pivot tables | New Users to Excel | |||
Can't uncheck boxes in Pivot Table dropdowns | Excel Discussion (Misc queries) | |||
Building pivot tables in Excel 2007 based on existing pivot tables? | Excel Discussion (Misc queries) | |||
Pivot table autoformat info | Excel Programming |