when creating a select case it goes
Select case [something]
Case "1"
If myvariable = cbxx then
i want to end the case here
else
do this
end if
Case "2"
etc etc
end select
so is there a way to stop the case if the if statment is true?
jim
Select case [something]
Case "1"
If myvariable = cbxx then
i want to end the case here
else
do this
end if
Case "2"
etc etc
end select
so is there a way to stop the case if the if statment is true?
jim