Work around 
try:
Here I am using the ASCII code of double quote, 34.
Try:
MsgBox str
To see the value of str

try:
Code:
str = "<A href=" & chr(34) & "manage_contact_edit.htm?contactId=newstr>Edit</A>"Here I am using the ASCII code of double quote, 34.
Try:
MsgBox str
To see the value of str

