Hi Manojith,
I tried using the above code, tried with some modifications as well using chr(39) too, but did not work.Thanks in adavance for your help.
I tried using the above code, tried with some modifications as well using chr(39) too, but did not work.Thanks in adavance for your help.
Code:
sString1 = "height=""1"
vReplace = Chr(34) & Chr(34)
vValue = Replace(sString1,vReplace,Chr(34)).