Application.DeferAsyncQueries property (Excel)

Gets or sets whether asynchronous queries to OLAP data sources are executed when a worksheet is calculated by VBA code. Read/write Boolean.

Syntax

expression.DeferAsyncQueries

expression A variable that represents an Application object.

Remarks

Setting the DeferAsyncQueries property to True prevents any asynchronous queries from executing until the CalculateUntilAsyncQueriesDone method is called.

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.