QueryTable.CommandText Property
Returns or sets the command string for the specified data source. Read/write Variant.
Syntax
expression.CommandText
expression An expression that returns a QueryTable object.
Remarks
For OLE DB sources, the CommandType property describes the value of the CommandText property.
For ODBC sources, setting the CommandText causes the data to be refreshed.
Example
This example sets the command string for the first query table's ODBC data source. Note that the command string is an SQL statement.
| Visual Basic for Applications |
|---|
|