Hi

I'm trying to select a range of cells using a counter. The idea is to use a cell to track the number of rows the spreadsheet has, and increment it each time a row is added. I want the macro to evaluate this number and select the range accordingly (i.e. counter+1). I'm struggling to work out how to get VBA to pick up the value of the cell and then use it as a cell reference as part of a range.

I want something like this:

Range("A[counter+1] : AI [counter +1]").Select

Counter += 1

Hope this makes sense, any help would be greatly appreciated
Thanks