Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is it possibble to exit two for loops at once? I have some code like this Sub INCC() Set rng = ActiveSheet.UsedRange.Cells For c = 1 To rng.Columns.Count For r = 1 To rng.Rows.Count If something Then Some code here.... Exit For End If Next r If something Then Exit For Next c more code here..... End Sub Now I was wandering if its possible to exit both loops if the condtion in the inner loop is met, without having to test again in to leave the outer loop. Jan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Exit Field vs Exit Button...... | Excel Programming | |||
"Continue" and Exit with For Loops | Excel Programming | |||
Loops... | Excel Discussion (Misc queries) | |||
do loops | Excel Worksheet Functions | |||
If a called sub exit, how to the caller exit right away? | Excel Programming |