Share via


ODBCConnection.CancelRefresh Method

Excel Developer Reference

Cancels all refresh operations in progress for the specified ODBC connection.

Version Information
 Version Added:  Excel 2007

Syntax

expression.CancelRefresh

expression   A variable that represents an ODBCConnection object.

Remarks

Use the Refreshing property to determine whether a refresh operation is currently in progress.

See Also