Library.BeforeMultiItemActivate

This event is called before the item is activated in a multi-item display.

Syntax Parameters Return Value
Event Library.BeforeMultiItemActivate( _
    Workbook As Workbook, _
    WorkbookItem As WorkbookItem, _
    ByRef Cancel As Boolean)
  • Workbook [in]

Type: Workbook

  • WorkbookItem [in]

Type: WorkbookItem

  • Cancel [in,out]

Type: Boolean

-