I am trying to Select the last empty cell in column D I have tried a couple of different methods with no luck. My current attempt is what follows. Any help would be appreciated.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.