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)
|
Type: Spreadsheet
Type: Boolean |
- |