I 'm trying to find the first blank cell in a non-contiguous range (see code below). When all five cells are blank, "C4" is assigned to variable x. "C2" is the expected and correct value. Any idea why that's happening? No doubt I'm doing something wrong.
Code:
Set x = Worksheets("load_report").Range("C2,C4,C6,C8,C10").Find(what:="", lookat:=xlWhole)