I would always go up for first empty cell in case of blanks on the column:
dim lrow as long
with sheets("Sheetname")
lRow = .cells(.rows.count,4).end(xlup).row
end with
Rgds, Geoff
We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.
Please read FAQ222-2244 before you ask a question