Hi,
I have over 100 worksheets that have the same table (same dimensions, in the same location), and I want to create a summary table on another worksheet that sums each cells value.
Looping through the worksheets is far too slow, and I'm sure there is a better solution.
Outside of VBA I could use SUM('WS1:WS2'!R1C1), but I have tried replacing the WS1 with variables and it doesn't work. I'd prefer to do it with VBA anyway if possible, so that I can delete the workheet and create it again, rather than having to leave it there.
Any help would be greatly received.
James.
I have over 100 worksheets that have the same table (same dimensions, in the same location), and I want to create a summary table on another worksheet that sums each cells value.
Looping through the worksheets is far too slow, and I'm sure there is a better solution.
Outside of VBA I could use SUM('WS1:WS2'!R1C1), but I have tried replacing the WS1 with variables and it doesn't work. I'd prefer to do it with VBA anyway if possible, so that I can delete the workheet and create it again, rather than having to leave it there.
Any help would be greatly received.
James.