I want to put this into a Do while loop:
SUM(A3:A(intRec))
and next time around it should be:
SUM(B3:B(intRec))
Is there anyway to loop through the column headings in excel so that I can do this (other then creating an array with all the letters in it)?? Is there a way to do this using .Cells? Thanks!
SUM(A3:A(intRec))
and next time around it should be:
SUM(B3:B(intRec))
Is there anyway to loop through the column headings in excel so that I can do this (other then creating an array with all the letters in it)?? Is there a way to do this using .Cells? Thanks!