Skip to content

Instantly share code, notes, and snippets.

@sancarn
Last active October 5, 2021 04:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sancarn/ae2584c7b5f175a8885f783eb3d9d46b to your computer and use it in GitHub Desktop.
Save sancarn/ae2584c7b5f175a8885f783eb3d9d46b to your computer and use it in GitHub Desktop.

Summary

Excel.Worksheet
Excel.Workbook
Excel.QueryTable
Excel.OLEObject
Excel.Chart
Excel.Application

Full

Excel.Worksheet.activate(even)
Excel.Worksheet.BeforeDelete
Excel.Worksheet.BeforeDoubleClick
Excel.Worksheet.BeforeRightClick
Excel.Worksheet.Calculate(even)
Excel.Worksheet.Change
Excel.Worksheet.Deactivate
Excel.Worksheet.FollowHyperlink
Excel.Worksheet.LensGalleryRenderComplete
Excel.Worksheet.PivotTableAfterValueChange
Excel.Worksheet.PivotTableBeforeAllocateChanges
Excel.Worksheet.PivotTableBeforeCommitChanges
Excel.Worksheet.PivotTableBeforeDiscardChanges
Excel.Worksheet.PivotTableChangeSync
Excel.Worksheet.PivotTableUpdate
Excel.Worksheet.SelectionChange
Excel.Worksheet.TableUpdate
Excel.Workbook.Activate(even)
Excel.Workbook.AddinInstall
Excel.Workbook.AddinUninstall
Excel.Workbook.AfterRemoteChange
Excel.Workbook.AfterSave
Excel.Workbook.AfterXMLExport
Excel.Workbook.AfterXMLImport
Excel.Workbook.BeforeClose
Excel.Workbook.BeforePrint
Excel.Workbook.BeforeRemoteChange
Excel.Workbook.BeforeSave
Excel.Workbook.BeforeXMLExport
Excel.Workbook.BeforeXMLImport
Excel.Workbook.Deactivate
Excel.Workbook.ModelChange
Excel.Workbook.NewChart
Excel.Workbook.NewSheet
Excel.Workbook.Open
Excel.Workbook.PivotTableCloseConnection
Excel.Workbook.PivotTableOpenConnection
Excel.Workbook.RowsetComplete
Excel.Workbook.SheetActivate
Excel.Workbook.SheetBeforeDelete
Excel.Workbook.SheetBeforeDoubleClick
Excel.Workbook.SheetBeforeRightClick
Excel.Workbook.SheetCalculate
Excel.Workbook.SheetChange
Excel.Workbook.SheetDeactivate
Excel.Workbook.SheetFollowHyperlink
Excel.Workbook.SheetLensGalleryRenderComplete
Excel.Workbook.SheetPivotTableAfterValueChange
Excel.Workbook.SheetPivotTableBeforeAllocateChanges
Excel.Workbook.SheetPivotTableBeforeCommitChanges
Excel.Workbook.SheetPivotTableBeforeDiscardChanges
Excel.Workbook.SheetPivotTableChangeSync
Excel.Workbook.SheetPivotTableUpdate
Excel.Workbook.SheetSelectionChange
Excel.Workbook.SheetTableUpdate
Excel.Workbook.sync(event)
Excel.Workbook.WindowActivate
Excel.Workbook.WindowDeactivate
Excel.Workbook.WindowResize
Excel.QueryTable.AfterRefresh
Excel.QueryTable.BeforeRefresh
Excel.OLEObject.GotFocus
Excel.OLEObject.LostFocus
Excel.Chart.Activate
Excel.Chart.BeforeDoubleClick
Excel.Chart.BeforeRightClick
Excel.Chart.Calculate
Excel.Chart.Deactivate
Excel.Chart.MouseDown
Excel.Chart.MouseMove
Excel.Chart.MouseUp
Excel.Chart.Resize
Excel.Chart.Select
Excel.Chart.SeriesChange
Excel.Application.AfterCalculate
Excel.Application.NewWorkbook(even)
Excel.Application.ProtectedViewWindowActivate
Excel.Application.ProtectedViewWindowBeforeClose
Excel.Application.ProtectedViewWindowBeforeEdit
Excel.Application.ProtectedViewWindowDeactivate
Excel.Application.ProtectedViewWindowOpen
Excel.Application.ProtectedViewWindowResize
Excel.Application.SheetActivate
Excel.Application.SheetBeforeDelete
Excel.Application.SheetBeforeDoubleClick
Excel.Application.SheetBeforeRightClick
Excel.Application.SheetCalculate
Excel.Application.SheetChange
Excel.Application.SheetDeactivate
Excel.Application.SheetFollowHyperlink
Excel.Application.SheetLensGalleryRenderComplete
Excel.Application.SheetPivotTableAfterValueChange
Excel.Application.SheetPivotTableBeforeAllocateChanges
Excel.Application.SheetPivotTableBeforeCommitChanges
Excel.Application.SheetPivotTableBeforeDiscardChanges
Excel.Application.SheetPivotTableUpdate
Excel.Application.SheetSelectionChange
Excel.Application.SheetTableUpdate
Excel.Application.WindowActivate
Excel.Application.WindowDeactivate
Excel.Application.WindowResize
Excel.Application.WorkbookActivate
Excel.Application.WorkbookAddinInstall
Excel.Application.WorkbookAddinUninstall
Excel.Application.WorkbookAfterRemoteChange
Excel.Application.WorkbookAfterSave
Excel.Application.WorkbookAfterXMLExport
Excel.Application.WorkbookAfterXMLImport
Excel.Application.WorkbookBeforeClose
Excel.Application.WorkbookBeforePrint
Excel.Application.WorkbookBeforeRemoteChange
Excel.Application.WorkbookBeforeSave
Excel.Application.WorkbookBeforeXMLExport
Excel.Application.WorkbookBeforeXMLImport
Excel.Application.WorkbookDeactivate
Excel.Application.WorkbookModelChange
Excel.Application.WorkbookNewChart
Excel.Application.WorkbookNewSheet
Excel.Application.WorkbookOpen
Excel.Application.WorkbookPivotTableCloseConnection
Excel.Application.WorkbookPivotTableOpenConnection
Excel.Application.WorkbookRowsetComplete
Excel.Application.WorkbookSync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment