View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
trickdos[_3_] trickdos[_3_] is offline
external usenet poster
 
Posts: 1
Default Finding next Blank Cell in Column

Do until null
Range("a1").Offset(1, 0).Select
Loop


I am trying to find the next blank cell in a column to paste value
into. I thought this simple loop would do it, but it gets stuck a
this point. I am just beginning and would really appreciate your help
Thanks

--
Message posted from http://www.ExcelForum.com