Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / October 2006

Tip: Looking for answers? Try searching our database.

refresh option of pivot table not working

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ceejgrl - 30 Oct 2006 18:30 GMT
What am I doing incorrectly that is making it so that I do not even have the
"refresh data" option available to me in my pivot table?  I want to modify
the spreadsheet so that my pivot table and graph automatically update if I
change information in the mother formula worksheet.

Thank you for your help.
Debra Dalgleish - 31 Oct 2006 00:28 GMT
The 'Refresh every x minutes' option will be available if the pivot
table is based on an external data source.

You could use programming to update the pivot table if the worksheet is
activated. For example, right-click on the pivot table worksheet's sheet
tab, choose View Code, and paste the following code:

Private Sub Worksheet_Activate()
Dim pt As PivotTable
For Each pt In ActiveSheet.PivotTables
  pt.PivotCache.Refresh
Next pt
End Sub

> What am I doing incorrectly that is making it so that I do not even have the
> "refresh data" option available to me in my pivot table?  I want to modify
> the spreadsheet so that my pivot table and graph automatically update if I
> change information in the mother formula worksheet.
>
> Thank you for your help.

Signature

Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.