How do you comment out line in Excel query?
Using double-dashes, comment blocks (/* */) and single apostrophe’ are not succesful.
The error generated:
[Microsoft][ODBC Excel Driver] Syntax error (missing operator) in query expression ExcelWorkSheet.ColumnName
It appears that Excel does not support Comments.
One gets the same errors in Excel’s MS Query as in Toad Data Point.