View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Joseph[_33_] Joseph[_33_] is offline
external usenet poster
 
Posts: 1
Default detect empty cell

I did something similar to this recently, and I just used Do Until:

Do Until len(Activecell.Value)<1
'Your Code
Loop

It should probably work across all versions.

cheer

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