I'm trying to replace a string of html in a csv file that contains double quotes, and I thought this was right:
But apparently not because it's not replacing it...am I not escaping the quotes correctly?Code:txtLine = Replace(txtLine, "<a href=""http://wireless.fcc.gov/services/personal/generalmobile/"" target=""_blank"">www.fcc.gov</a>.", "")






Bookmarks