I am trying to get the next non blank cell of a column.
I would like to find a way to do it with something already existing (without a custom loop).
For example, I searched around the Find
function :
item = Worksheets(ws).Columns(1).Find(what:= something , after:= previousitem)
But here I would need a what:=
parameters, which mean non blank