View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)[_2584_] Rick Rothstein \(MVP - VB\)[_2584_] is offline
external usenet poster
 
Posts: 1
Default Getting new empty row ?

That statement will give the wrong result if A1 is empty.

Rick


"Bob Phillips" wrote in message
...
Range("A1").End(xlDown).Offset(1,0).Address

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"kleysonr" wrote in message
...
How can i get the number of the first empty row in a column ?