Thread
:
Using Like Statement in Select Case
View Single Post
#
1
Posted to microsoft.public.excel.programming
J@Y
external usenet poster
Posts: 127
Using Like Statement in Select Case
Is there a way to include Like in a Case?
Ie:
dim str as string
Select case str
(Case 1): If Str CONTAINS "blah"
end select
Its like writing If str like "*blah*" then... but with select case.
Reply With Quote
J@Y
View Public Profile
Find all posts by J@Y