I have a file where I add new source data every week. The columns are always the same, but the number of rows changes everytime I update the data. I'm trying to create a Macro so that once I copy and paste the new data in, I can simply run the macro and the source data will expand to include the new rows. I'm fairly new to VBA.
Basically, I need the Macro to identify what the last row of data is, and then change the source data on the pivot table to include it.
Thanks for your help.
Basically, I need the Macro to identify what the last row of data is, and then change the source data on the pivot table to include it.
Thanks for your help.