View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Zack Barresse[_3_] Zack Barresse[_3_] is offline
external usenet poster
 
Posts: 101
Default Stop Do While at Null

Hi Dave,

Something like this...

Do Until rngYourCell.Value = ""
'loop activity here
Loop

--
Regards,
Zack Barresse, aka firefytr
To email, remove NOSPAM



"Dave" wrote in message
...
What is the function to end a Do While statemnet when encountering a null,
blank or empty cell?

Thank you
Dave