AppEvents_Event.remove_WorkbookActivate Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub remove_WorkbookActivate ( _
param0 As AppEvents_WorkbookActivateEventHandler _
)
'Usage
Dim instance As AppEvents_Event
Dim param0 As AppEvents_WorkbookActivateEventHandler
instance.remove_WorkbookActivate(param0)
void remove_WorkbookActivate(
AppEvents_WorkbookActivateEventHandler param0
)