Printable View
How can I put " in a string variable? Thanks.
Yes: strText = """" The logic is: dual quotes within quotes is equal to one quote character. So "A""B" will result A"B