View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
[email protected] aidan.heritage@virgin.net is offline
external usenet poster
 
Posts: 244
Default Continuing a loop from within an if statement?

You could always have your DoSomething and DoSomething else bits as sub
routines - which is always quite nice in code anyway