Thread: break?
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Wigi Wigi is offline
external usenet poster
 
Posts: 396
Default break?

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).