S
Scott
I parse an XML response in VBA XP and I want to define what text is included
in the ObjectNode so wanted to create a Select Case statement that should
tell me if certain text is included in the ObjectNode, But I try to define
just a partial of the text like if the text is "Professional Services" I
would say
Case Like "*Professional *"
But I tried to do so in code but it didn't matched the case when the text
was "Professional Services"
Any help is appreciated.
Thanks
Scott
in the ObjectNode so wanted to create a Select Case statement that should
tell me if certain text is included in the ObjectNode, But I try to define
just a partial of the text like if the text is "Professional Services" I
would say
Case Like "*Professional *"
But I tried to do so in code but it didn't matched the case when the text
was "Professional Services"
Any help is appreciated.
Thanks
Scott