Imagine I have a query saved in a string variable that is passed to an Connection.Open command via ado. The problem I am having is that I dont know how to get to use double quotes in my sql code in my excel vba code.
An example is as follows:
SqlQuery="Select Table1.STATE_ABREVIATION & "-" &...