Ok, I have used this one in a while. I usually just use IF...THEN statements. How should I set this up?
VB Code:
Select Case Case 1 ' Option button 1 is selected on my form 'do stuff here Case 2 ' Option button 2 is selected etc. Enc Select
I got an erro after I typed "Select Case" and hit enter. Something like expected expression. what am I leaving out?




Reply With Quote