f$Excel open sheet
f$Excel open sheet
Open a sheet in the current Excel workbook. If the sheet does not exist, the status –6 is returned.
Syntax: | Status = f$Excel('Sheet', 'open', Name ) | ||
| Argument | Type | Meaning |
| 'Sheet' | String | Keyword |
| 'Open' | String | Keyword |
| Name | String | Name of the sheet to be opened. |
Result: | Integer | 0: command executed successfully | |
Example: | Status = f$Excel('Workbook','open','c:\\temp\\test2.xls') | ||