Share via


ODBCConnection.Refreshing Property

Excel Developer Reference

True if a background ODBC query is in progress for the specified ODBC connection. Read/write Boolean.

Version Information
 Version Added:  Excel 2007

Syntax

expression.Refreshing

expression   A variable that represents an ODBCConnection object.

Remarks

Use the CancelRefresh method to cancel background queries.

See Also