I need to select the first blank cell in range("G2:K99") starting in row 2, then row 3 etc. I've used the code below but it seems to search column G first. For example, it might select cell G9 even though cell I3 is the first blank.
Any help is greatly appreciated.
Any help is greatly appreciated.
Code:
Range("G2:K99").Find(What:="", lookat:=xlWhole).Select