OLEDBConnection.CommandText property (Excel)

Returns or sets the command string for the specified data source. Read/write Variant.

Syntax

expression.CommandText

expression A variable that represents an OLEDBConnection object.

Remarks

You should use the CommandText property instead of the SQL property, which now exists primarily for compatibility with earlier versions of Microsoft Excel. If you use both properties, the CommandText property's value takes precedence.

The CommandType property describes the value of the CommandText property.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.