E
Eric
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
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