Thread
:
How to break the FOR loop?
View Single Post
#
1
Posted to microsoft.public.excel.programming
Eric
external usenet poster
Posts: 1,670
How to break the FOR loop?
Does anyone have any suggestions on how to exit FOR loop?
Thanks in advance for any suggestions
Eric
For Each myCell In myRng.Cells
' if wkbk.Sheets("Check").Range("O18").Value = 0 then exit FOR loop
Next myCell
Reply With Quote
Eric
View Public Profile
Find all posts by Eric