Spreadsheet.SaveAsPDFEx
This function saves the spreadsheet as a PDF file, with orientation, to the specified file path.
| Syntax | Parameters | Return Value |
|---|---|---|
Function Spreadsheet.SaveAsPDFEx( _
FileName As String, _
Optional Portrait As Boolean = True, _
Optional Overwrite As Boolean = True) As Boolean
|
Type: String
Type: Boolean Default value: True
Type: Boolean Default value: True |
Boolean |