Hi
try below code:
~Regards
try below code:
Code:
InnerTextValue ="Search Results (4)"
TextValue=split(InnerTextValue,"(")
strReqString= (Mid(TextValue(1),1,1))
msgbox strReqString~Regards

