Library.BeforeAddToWorkbook

This event is called before a document is added to a workbook.

Syntax Parameters Return Value
Event Library.BeforeAddToWorkbook( _
    Document As Object, _
    ByRef Mode As WorkbookInsertOption)
  • Document [in]

Type: Object

  • Mode [in,out]

Type: WorkbookInsertOption

-