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