If I want to select a range of cells usingit works OK.![]()
Range("A3","A22").Select
How do I achieve the same result usingthe 3 & 22 being the range of rows and the 1 being column A.![]()
Cells(3,1,22,1).Select
I cant get it to work at all.
Have also triedbut no joy.![]()
Cells(3,1:22,1).Select
Thanx in advance
Pete
Bookmarks