Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change value to "CAC \(E\) WorkFlow" from "CAC (E) WorkFlow"
#2
Not Solved
Hi Jyo,

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
Reply


Messages In This Thread
RE: Change value to "CAC \(E\) WorkFlow" from "CAC (E) WorkFlow" - by supputuri - 06-06-2013, 10:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Window Name Change Every time gutocruz03 10 6,668 03-27-2012, 11:59 AM
Last Post: sshukla12
  How to change script for checkbox from Dropdown list mufiani 2 4,554 01-13-2011, 11:27 PM
Last Post: mufiani
  Change the datasheet jsknight1969 4 3,844 10-19-2009, 07:00 AM
Last Post: mhicke
Question Test a website whose URL is going to change. lnviswa 1 4,389 09-12-2008, 02:58 PM
Last Post: vamshiram

Forum Jump:


Users browsing this thread: 2 Guest(s)