View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
[email protected] paul.robinson@it-tallaght.ie is offline
external usenet poster
 
Posts: 789
Default Exiting a select case group

Hi
Doesn't it exit automatically once the condition is true? You only
need to exit if you are in a loop surely?
regards
Paul

On Jun 6, 9:49*am, simonc wrote:
How can I jump out of a select case process if a particular condition occurs?
Exit doesn't seem to apply, and if I try to use End Select in the if
statement then I get an error that there is an End Select not matched by a
Select Case.

Grateful for advice.