VBA - " double quote within the string variable
Posted by Mindy on May 31, 2001 8:50 AM
How do I assign the " into the string in the macro?
ex:
dim String as string
String = "This is the Test only." & """ & "double ok" & """ & "."
The string output value I am looking for is something like
this
This is the test "double ok".
""" does not work for me, what else should I try.
Thank you for helping