usedrange when applied to a pivot table in a Sheet

drom

Well-known Member
Joined
Mar 20, 2005
Messages
528
Office Version
  1. 2021
  2. 2019
  3. 2016
  4. 2013
  5. 2011
  6. 2010
  7. 2007
Hi and Thanks in advance

I am feeding a table thanks to a macro, this table may have 40 rows or 20000 rows
I have a Pivot table using this table as data source

When feeding the table I clean always the previous data, and then I refresh the pivot table
(I am using macros because I am doing many calculations and...)


When the Pivot table is been refreshed, I use:
Code:
Sheets(Sheet035.Name).PivotTables(1).PivotFields("Check").CurrentPage = "YES"

Sometimes the pivot table shows only 20 rows, sometimes many more rows
but the Sheets(Sheet035.Name).usedrange.address is always huge

Do I need to reset, delete from Rows(250:15000) to avoid size problems??

If my Pivot table Sheet has only 5 columns with Info and usually no more than 200 rows
How can I eg:
-get as Usedrange only A1:J200 ???

At present I get always > J5000
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off

Forum statistics

Threads
1,215,019
Messages
6,122,707
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top