Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.22 KB

Excel.Workbook.RowsetComplete.md

File metadata and controls

41 lines (25 loc) · 1.22 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Workbook.RowsetComplete event (Excel)
vbaxl10.chm503101
vbaxl10.chm503101
Excel.Workbook.RowsetComplete
05bdddba-6716-4bba-01b6-863f27623821
05/29/2019
medium

Workbook.RowsetComplete event (Excel)

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

Syntax

expression.RowsetComplete (Description, Sheet, Success)

expression A variable that represents a Workbook object.

Parameters

Name Required/Optional Data type Description
Description Required String A brief description of the event.
Sheet Required String 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]