cell references in vba
I am trying to select a cell I know it is a certain amount of columns to the
right of column "i" (variable called laps) and a set number of rows down
(variable called done).
Effectively i want is .Range("i"+laps & done). What is the correct code for
this.
Thanks
|