f$Excel PDF export of sheet
f$Excel PDF export of sheet
Exports the current sheet in the current Excel workbook as PDF file.
Syntax: | Status = f$Excel('Sheet', 'PDFexport', Name ) | ||
| Argument | Type | Meaning |
| 'Sheet' | String | Keyword |
| 'PDFexport' | String | Keyword |
| Name | String | Name of the PDF File. |
Result: | Integer | 0: command executed successfully | |
Example: | Status = f$Excel('Workbook','open','c:\\temp\\test2.xls') | ||