Hi!

I have a sheet with 2 tables. The following code takes the unique values from the first table (MasterTable) and brings them into the second table (ItemSums) along with summing up their values.
I was wondering how I would adjust this code to resize the table it pulls in to, to not allow for empty rows at the end, if the table happens to have more rows than the number of unique values pulled in


Please Login or Register  to view this content.