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: WorkbookPlacement Type: Object Type: Boolean |
- |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.