this is a fairly common problem.
If you want a full copy of the pivot table to remain static, you can copy
the pivot table and paste it in a new sheet, first as regular paste (to get
format)and then as values to hard copy data.
Let this be your historical file for that date. and just let the pivot table
reflect current data only
this will also reduce the size of the file
> Hopefully someone can help with this one.
>
[quoted text clipped - 30 lines]
> The older reports are for historical purposes - but they change if mulitple
> reports are open.
Unfortunately, we have ALOT of reports (approx 50) that are produced each
week... and to copy them would be horrendous.
Any other ideas?
Do you know why the links even get updated? I thought they would only get
updated when either a) the links were updated on purpose or b) the master
source and the reports were open at the same time (which seems to be
automatic whether you want this to happen or not).
> this is a fairly common problem.
> If you want a full copy of the pivot table to remain static, you can copy
[quoted text clipped - 38 lines]
> > The older reports are for historical purposes - but they change if mulitple
> > reports are open.
Duke Carey - 11 Jun 2007 21:26 GMT
With that number of reports, you would be best off to use the Macro recorder
to record the steps taken to copy & paste the pivot table, then turn the
recorded steps into a generic, re-usable macro
> Unfortunately, we have ALOT of reports (approx 50) that are produced each
> week... and to copy them would be horrendous.
[quoted text clipped - 48 lines]
> > > The older reports are for historical purposes - but they change if mulitple
> > > reports are open.
Duke Carey - 11 Jun 2007 21:28 GMT
The other thought would be to save all your data - week after week - in a
database. SQL Server 2005 Express is a free and powerful database perfect for
such an effort. Then create your Pivot table reports on the fly using
queries to extract the data you need for whatever time period is appropriate.
> Unfortunately, we have ALOT of reports (approx 50) that are produced each
> week... and to copy them would be horrendous.
[quoted text clipped - 48 lines]
> > > The older reports are for historical purposes - but they change if mulitple
> > > reports are open.
MLK - 12 Jun 2007 10:59 GMT
Hi, thanks for the ideas.... however I can't use the macro to copy/paste
reports as the managers need the drill down capability of the pivot reports.
I'll have to research your other idea.. but not sure if that will get me
around the "links" problem (which is totally separate from the data used for
pivot reporting).
Thanks
> The other thought would be to save all your data - week after week - in a
> database. SQL Server 2005 Express is a free and powerful database perfect for
[quoted text clipped - 54 lines]
> > > > The older reports are for historical purposes - but they change if mulitple
> > > > reports are open.
Duke Carey - 12 Jun 2007 15:11 GMT
The database concept is especially applicable here. Not only do you keep the
data underlying the pivot table in the database, you can also put the
additional information into a different database table, keyed on week and
report type. When somebody wants to run Report A for 6 weeks ago, the
database queries pull in both the pivot table data AND the header info and
other related data.
Far easier than maintaining weekly versions of 50 different reports.
> Hi, thanks for the ideas.... however I can't use the macro to copy/paste
> reports as the managers need the drill down capability of the pivot reports.
[quoted text clipped - 63 lines]
> > > > > The older reports are for historical purposes - but they change if mulitple
> > > > > reports are open.
MLK - 12 Jun 2007 20:25 GMT
Ok, interesting. I'll look into it. Thanks for your help.
> The database concept is especially applicable here. Not only do you keep the
> data underlying the pivot table in the database, you can also put the
[quoted text clipped - 72 lines]
> > > > > > The older reports are for historical purposes - but they change if mulitple
> > > > > > reports are open.
bj - 11 Jun 2007 21:31 GMT
some equations will update when the other file is not open. other equations
will up date only whan the file is open
uyou can play with the <edit><links> section to say which lnks you want to
automatically update.
I have not played with this one enough to give any hints, but you might be
able to set up a macro to not update any links and another ot update links
when you want to.
> Unfortunately, we have ALOT of reports (approx 50) that are produced each
> week... and to copy them would be horrendous.
[quoted text clipped - 48 lines]
> > > The older reports are for historical purposes - but they change if mulitple
> > > reports are open.
MLK - 12 Jun 2007 01:03 GMT
I didn't realize you could control the links.
I tried to Edit the links, but for some reason I can't select manual (it's
greyed out)? The update is set to "automatic". How can I get this to
change?
Thanks,
> some equations will update when the other file is not open. other equations
> will up date only whan the file is open
[quoted text clipped - 57 lines]
> > > > The older reports are for historical purposes - but they change if mulitple
> > > > reports are open.
bj - 12 Jun 2007 14:00 GMT
I get the feeling you have a shared document and I think you need to unshare
the document before you can use the links control. From looking at help I
think if you reshare, what you set will stay. I am not real familiar with
link controls so do not know if this will work
> I didn't realize you could control the links.
>
[quoted text clipped - 65 lines]
> > > > > The older reports are for historical purposes - but they change if mulitple
> > > > > reports are open.
MLK - 12 Jun 2007 20:29 GMT
Nope, not sharing.. but I appreciate you trying.
I looked up some info on websites regarding my situation have discovered
this is a known issue ...(where multiple workbooks are open and settings get
automatically overridden). Even VB coding can't get around it.
I will try researching Duke's suggestion as well.
Thanks for your help.
> I get the feeling you have a shared document and I think you need to unshare
> the document before you can use the links control. From looking at help I
[quoted text clipped - 70 lines]
> > > > > > The older reports are for historical purposes - but they change if mulitple
> > > > > > reports are open.