Syntax
| Result = XLS.AppInit()
| |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| This function must be executed before any other method, function or property of the XLS object can be accessed. AppInit can also be executed as a sub without returning result.
Note: some methods of the XLS object can be executed, even if AppInit was not used. These methode automatically execute the AppInit function, however, you must close the Excel session by yourself using the AppClose method.
| |||||||||||||
See Also
| ||||||||||||||
Example
| Sub Main |