title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.ODBCTimeout property (Excel) |
vbaxl10.chm133175 |
|
|
92262209-6a0f-f58f-e2d7-2f502f6bd397 |
04/05/2019 |
medium |
Returns or sets the ODBC query time limit, in seconds. The default value is 45 seconds. Read/write Long.
expression.ODBCTimeout
expression A variable that represents an Application object.
The value 0 (zero) indicates an indefinite time limit.
This example sets the ODBC query time limit to 15 seconds.
Application.ODBCTimeout = 15
[!includeSupport and feedback]