Library.WorkbookBeforePrint

This event is called before a workbook is printed.

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

Type: Workbook

  • Cancel [in,out]

Type: Boolean

-