Excel automation

<< 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.
Because thinBasic Excel module directly automate Excel inproc server, Excel must be installed and available in the context where a thinBasic script must operate.