A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Pivot table overwrites neighbouring cells



 
 
Thread Tools Display Modes
  #1  
Old February 14th, 2009, 03:18 AM posted to microsoft.public.excel.newusers
Anissa
external usenet poster
 
Posts: 2
Default Pivot table overwrites neighbouring cells

Hello,

I have multiple pivot tables on the same worksheet to allow for easy
comparison of data. The source data is based on the week and expected to be
refreshed daily. As the week progresses the size of the pivot tables will
grow and overwrite data below it.

I am looking for a workaround to this problem or if there is a way to set
the pivot table to insert a new row below it if the size will increase and
before data is updated.

Thanks in advance,

Anissa
  #2  
Old February 15th, 2009, 03:55 AM posted to microsoft.public.excel.newusers
Shane Devenshire[_3_]
external usenet poster
 
Posts: 3,333
Default Pivot table overwrites neighbouring cells

Hi,

There is no feature of pivot tables to do what you wish. You pretty much
have two options that I can think of:
1. Prepare extra space before you refresh your pivot tables. For example
suppose your first PT was A110 then put in 10 or 20 blank lines to the next
pivot table. If you want to get fancy you could set up a filter column which
allows you to hide extra blank rows quickly so that all the pivot tables look
like they are adjacent.
2. You could write a VBA routine which inserted extra rows before
refreshing and removed any extras afterwords. You could attach the code to
the

Private Sub Worksheet_PivotTableUpdate(ByVal Target As PivotTable)

End Sub

procedure.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"Anissa" wrote:

Hello,

I have multiple pivot tables on the same worksheet to allow for easy
comparison of data. The source data is based on the week and expected to be
refreshed daily. As the week progresses the size of the pivot tables will
grow and overwrite data below it.

I am looking for a workaround to this problem or if there is a way to set
the pivot table to insert a new row below it if the size will increase and
before data is updated.

Thanks in advance,

Anissa

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:13 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.