Dale,
Thanks for the tip. Here's how I wound up solving this:
'Select the sheet I want to work with
Worksheets("Quarterly Totals").Select
'Select first cell below headers
Range("A2").Select
'Note: only needed last row since last column is static
' in this situation...
I am trying to figure out how, with VBA, to update the range covered by a pivot table. I tried to record a macro, but nothing of use came out. Any suggestions would be appreciated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.