Move to next blank cell in column
Range("A:A").Find(What:="", After:=Activecell)
"Dominique Feteau" wrote:
How do I write a line in a macro I'm trying to create.
What I want is for it to start in A1 and basically go to the next blank cell
going down in Column A?
How do i do that?
Niq
|