View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Ardus Petus
 
Posts: n/a
Default I want to index the first blank cell in a column of data

Range("A1").End(xlDown).Row+1

HTH
--
AP

"Bruce Henson" <Bruce a écrit dans le
message de ...
I'd like to know how to index the first blank cell in a column of data, so
that I can return that number as a reference for a report (to use as an

index
value for returning other values in that row).