Returns or sets the text qualifier when you import a text file into a query table. The text qualifier specifies that the enclosed data is in text format. Can be one of the following XlTextQualifier constants: xlTextQualifierDoubleQuote, xlTextQualifierNone, or xlTextQualifierSingleQuote. The default constant is xlTextQualifierDoubleQuote. Read/write XlTextQualifier.
Remarks
Use this property only when your query table is based on data from a text file (with the QueryType property set to xlTextImport).