Share via


AppEvents.WorkbookPivotTableOpenConnection Method

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub WorkbookPivotTableOpenConnection ( _
    Wb As Workbook, _
    Target As PivotTable _
)
'Usage
Dim instance As AppEvents
Dim Wb As Workbook
Dim Target As PivotTable

instance.WorkbookPivotTableOpenConnection(Wb, _
    Target)
void WorkbookPivotTableOpenConnection(
    Workbook Wb,
    PivotTable Target
)

Parameters

See Also

Reference

AppEvents Interface

AppEvents Members

Microsoft.Office.Interop.Excel Namespace