Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.4 KB

Excel.Application.WorkbookRowsetComplete.md

File metadata and controls

42 lines (26 loc) · 1.4 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.WorkbookRowsetComplete event (Excel)
vbaxl10.chm504102
vbaxl10.chm504102
Excel.Application.WorkbookRowsetComplete
cc472400-5622-5b4f-60a2-d3347ded266f
04/05/2019
medium

Application.WorkbookRowsetComplete event (Excel)

The WorkbookRowsetComplete event occurs when the user either drills through the recordset or invokes the rowset action on an OLAP PivotTable.

Syntax

expression.WorkbookRowsetComplete (Wb, Description, Sheet, Success)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Wb Required Workbook The workbook for which the event occurs.
Description Required String A brief description of the event.
Sheet Required String The worksheet on which the recordset is created.
Success Required Boolean Contains a Boolean value to indicate success or failure.

Remarks

Because the recordset is created asynchronously, the event allows automation to determine when the action has been completed. Additionally, because the recordset is created on a separate sheet, the event needs to be on the workbook level.

[!includeSupport and feedback]