Thread
:
Select Case
View Single Post
#
1
Posted to microsoft.public.excel.programming
Alan Beban[_2_]
external usenet poster
Posts: 783
Select Case
Sub abtest4()
x = 4
Select Case x
Case Is = 2 Or 4
MsgBox x
End Select
End Sub
I get no message box when I run the above. What am I missing?
Thanks,
Alan Beban
Reply With Quote
Alan Beban[_2_]
View Public Profile
Find all posts by Alan Beban[_2_]