Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet with five pivot tables which are refreshed from a macro as
follows - For Each pt In ActiveSheet.PivotTables pt.RefreshTable Next pt The worksheet also has a lot of custom functions. The problem is that the functions also refresh when the code line "pt.RefreshTable" runs. Is there a way to refresh the pivot tables without running the functions? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Peter
Perhaps Application.EnablEevents =False your code Application.EnableEvents=True -- Regards Roger Govier "Peter D" <Peter wrote in message ... I have a worksheet with five pivot tables which are refreshed from a macro as follows - For Each pt In ActiveSheet.PivotTables pt.RefreshTable Next pt The worksheet also has a lot of custom functions. The problem is that the functions also refresh when the code line "pt.RefreshTable" runs. Is there a way to refresh the pivot tables without running the functions? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Wonderful,
Thanks Roger "Roger Govier" wrote: Hi Peter Perhaps Application.EnablEevents =False your code Application.EnableEvents=True -- Regards Roger Govier "Peter D" <Peter wrote in message ... I have a worksheet with five pivot tables which are refreshed from a macro as follows - For Each pt In ActiveSheet.PivotTables pt.RefreshTable Next pt The worksheet also has a lot of custom functions. The problem is that the functions also refresh when the code line "pt.RefreshTable" runs. Is there a way to refresh the pivot tables without running the functions? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Refreshing Pivot Tables | Excel Programming | |||
Refreshing Pivot Tables | Excel Discussion (Misc queries) | |||
When refreshing pivot tables my pivot table chart type changes | Excel Discussion (Misc queries) | |||
Refreshing Pivot Tables | Excel Worksheet Functions | |||
Refreshing pivot tables | Excel Programming |