Hi!

For example, in my vba code, I need to assign a string to a variable. For example, I have a string as abc"def. How can I include this " in my string. The one shown below would not work. Please advise. Thanks, Aijun.

sMyStr = "abc"def"