Thread: loops and If's
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
David Adamson[_3_] David Adamson[_3_] is offline
external usenet poster
 
Posts: 40
Default loops and If's

Sorry for the trouble I just found out how to do it.
I just needed a Exit For statement


If ZoneCatch < 0 Then
If ZoneCatch = PerCatchName Then
If Zoneshire = ShireNamePer Then
per = ShirePer
Exit For
End If
End If
End If