SELECT CASE within a FOR LOOP

rmatthew

Well-known member
Joined
Dec 30, 2002
Messages
115
Location
Texas
Is there some sort of problem with putting a SELECT CASE statement within a FOR LOOP? Without the select case the loop executes fine. With it in is seems to skip out of the loop ?????
 
No, there should be no problem with this. Its most likely a problem with your code. Perhaps you could post the code here, with more explanation of what happens?
 
Back
Top