Application.SpreadsheetBeforePrint

This event is called before a spreadsheet is printed.

Syntax Parameters Return Value
Event Application.SpreadsheetBeforePrint( _
    Spreadsheet As Spreadsheet, _
    ByRef Cancel As Boolean)
  • Spreadsheet [in]

Type: Spreadsheet

  • Cancel [in,out]

Type: Boolean

-