View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
gocush[_28_] gocush[_28_] is offline
external usenet poster
 
Posts: 42
Default 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