Application.BeforeInsertObject
This event is called when an object is about to be inserted into the Workbook.
| Syntax | Parameters | Return Value |
|---|---|---|
Event Application.BeforeInsertObject( _
Workbook As Workbook, _
WorkbookItem As WorkbookItem, _
Placement As WorkbookPlacement, _
ObjectToBeInserted As Object, _
ByRef Cancel As Boolean)
|
Type: Workbook
Type: WorkbookItem
Type: Workbook Placement
Type: Object
Type: Boolean |
- |