Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What's VBA's break keyword? (like in java, break jumps out of the current
loop). |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
exit sub, exit for, exit do, ...
"vivmaha" wrote: What's VBA's break keyword? (like in java, break jumps out of the current loop). |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Goto can also be used, but use it wisely, or you get spaghetti-code
-- Wigi http://www.wimgielis.be = Excel/VBA, soccer and music : "vivmaha" wrote: exit sub, exit for, exit do, ... "vivmaha" wrote: What's VBA's break keyword? (like in java, break jumps out of the current loop). |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yeah, i'll avoid goto.
Check what dijkstra had to say about it: http://www.acm.org/classics/oct95/ "Wigi" wrote: Goto can also be used, but use it wisely, or you get spaghetti-code -- Wigi http://www.wimgielis.be = Excel/VBA, soccer and music : "vivmaha" wrote: exit sub, exit for, exit do, ... "vivmaha" wrote: What's VBA's break keyword? (like in java, break jumps out of the current loop). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 Page Break Adjustments causes a page break each cell | Excel Worksheet Functions | |||
Break a link between workbooks when there is no "break" option | Excel Discussion (Misc queries) | |||
Break cell into multiple lines by line break | Excel Discussion (Misc queries) | |||
adding a new page break to an existing page break | Excel Discussion (Misc queries) | |||
Can Not Get Macro to Break with CTRL-BREAK | Excel Programming |