Thread
:
detect empty cell
View Single Post
#
8
Posted to microsoft.public.excel.programming
Joseph[_33_]
external usenet poster
Posts: 1
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
Reply With Quote
Joseph[_33_]
View Public Profile
Find all posts by Joseph[_33_]