This topic has not yet been rated - Rate this topic

Application.WorkbookRowsetComplete Event

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

Version Information
 Version Added:  Excel 2007

Syntax

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

expression   A variable that represents an Application object.

Parameters

NameRequired/OptionalData TypeDescription
WbRequiredWorkbookThe workbook for which the event occurs.
DescriptionRequiredStringA brief description of the event.
SheetRequiredStringThe worksheet on which the recordset is created.
SuccessRequiredBooleanContains 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.




Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ