LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default Pivot Table Run Time Error 1004

This is getting frustrating. XL2000, I have 1 wbk with data only
(GetReadyData) and 1 wbk with 3 pivot tables (GetReadyPivot), (5 fields per
pivot table). The reason there are two wbks is, new orders are always coming
thru and so I update my version of the data wbk and then copy it up to the
server. I keep the pivot wbk updated by having the user click on a button
with the following code.

Sub RefreshSheet1()
Application.ScreenUpdating = False
Range("D19").Select
ActiveSheet.PivotTables("PivotTable2").RefreshTabl e
Range("A1").Select
Application.ScreenUpdating = True
End Sub

Every so often when the user clicks the Update button on the GetReadyPivot
wbk, the user gets €œRun Time Error 1004€ and not able to update the pivot
tables any longer. The only fix I know of is to re-build the pivot table from
scratch.

Does anyone have any suggestions?

Such as, if I put everything into 1 wbk, is there a better way to append
data to a wbk which will be open all day and still have the pivot table
updated?

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I tried to get around the problem of the pivot table field settingdefaulting to Count instead of Sum by running a macro of change the settingfrom Count to Sum. However, when I tried to run the Macro, I got error messageof run time error 1004, unable Enda80 Excel Worksheet Functions 1 May 3rd 08 02:35 PM
I tried to get around the problem of the pivot table field settingdefaulting to Count instead of Sum by running a macro of change the settingfrom Count to Sum. However, when I tried to run the Macro, I got error messageof run time error 1004, unable Enda80 Excel Discussion (Misc queries) 1 May 3rd 08 10:52 AM
pivot table Commandtext causes runtime error 1004 in excel 2000 Therezee Excel Programming 0 April 12th 06 04:39 AM
run-time error '1004': Application-defined or object-deifined error [email protected] Excel Programming 5 August 10th 05 09:39 PM
Pivot Table Error 1004 Terri[_5_] Excel Programming 1 May 26th 05 10:39 AM


All times are GMT +1. The time now is 07:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"