06-06-2013, 10:04 PM
Hi Jyo,
use the simple method Replace, below is the snippet.
Let me know if you need any further help.
use the simple method Replace, below is the snippet.
Code:
strReplaceOpenParnth = Replace("CAC (E) WorKFlow","(","\(")
strUpdatedString = Replace(strReplaceOpenParnth,")","\)")
msgbox strUpdatedString
Let me know if you need any further help.
Thanks,
SUpputuri
SUpputuri