VBA: How to put double quotes in a string
========= QUESTION --------- I need to have double quotes (") in a string in VBA, as I am entering WHERE statements in a SQL statement, but every time I have quotes in a string, it errors out. ========= ANSWER --------- Any time you have double quotes ("), simply double them ("") and you will [...]