I'm using long variables to denote columns and rows. When I try to specify a range by the type sheetname.range(cells(i,j), cells(i+1, j+1))
I'm getting a Method Range of Object Worksheet failed
error.
Any ideas on how to use a range when using long variables as cell references?