f$Excel end
f$Excel end
End the connection to Excel without quitting Excel
Syntax: | Status = f$Excel('end') | ||
| Argument | Type | Meaning |
| 'End' | String | Keyword |
Result: | Integer | 0: command executed successfully | |
Example: | Status = f$Excel('Workbook','open','c:\\temp\\test2.xls') | ||