i like to assign html codes to String variable
Dim code As String
code= " <meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> "
i think i am getting this error because of double Quotation marks
"character constant must contain exactly one character."
how can i assign it to a string?