Can you use .Contains(string) with a Select Case Statement?
- by Louise
Is there anyway I can build a Select statement that uses the Contains function? Like this:
Select commentStr
Case commentStr.Contains("10")
Case commentStr.Contains("15")