I am running Excel 97 and am getting an error when I try to define a range using the following statement:
Set range1 = Worksheets("Testing divisions".Cells.Range(2, 1, 10, 5)
I saw this method referenced at another help site. I need to define a range using row and column defined as integers instead of the A1 format. Can anyone help?
Set range1 = Worksheets("Testing divisions".Cells.Range(2, 1, 10, 5)
I saw this method referenced at another help site. I need to define a range using row and column defined as integers instead of the A1 format. Can anyone help?