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 strUpdatedStringLet me know if you need any further help.
Thanks,
SUpputuri
SUpputuri

