f$Excel visible
f$Excel visible
Make the current Excel application visible.
Syntax: | Status = f$Excel('Visible') | ||
| Argument | Type | Meaning |
| 'Visible' | String | Keyword |
Result: | Integer | 0: command executed successfully | |
Example: | Status = f$Excel('Workbook','open','c:\\temp\\test2.xls') | ||