<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Excel automation |
Description
Excel automation is a module that helps to automate Excel.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "EXCEL"
Restrictions
Important notes about Excel module
1.Excel must be installed in the machine where the script is executed.
|