S
Samantha
Hi,
I need to search for strings of text within a text.
The format of the text is: "(abc)+(efg)"
What I need is to parse out the string within the parenthese only:
Text1 = "abc"
Text2 = "efg"
How can I do that? I've looked up the InStr function but not exactly sure
what else I need. Can someome help me? Thanks in advance.
I need to search for strings of text within a text.
The format of the text is: "(abc)+(efg)"
What I need is to parse out the string within the parenthese only:
Text1 = "abc"
Text2 = "efg"
How can I do that? I've looked up the InStr function but not exactly sure
what else I need. Can someome help me? Thanks in advance.