Code
Chameleon supports industry-standard Visual Basic Script for
applications. This allows you to automate repetitive tasks (e.g.,
inserting blocks of code), and implement macro-like capabilities. This is
done by accessing the document (Doc) and the application
(App) objects. Please visit the Microsoft site for the VBScript user's
guide and language reference. Please note that links on the Microsoft site
change often - if the link provided no longer works, please go to
www.microsoft.com and do a search on
"VBScript". The built-in VBScript editor automatically saves and
loads the scripts to and from the Scripts folder. Also, color-coding and
Intellisense/Auto-complete
are fully supported. VBScript is simple and is best learned
by example. We suggest that you run the supplied sample scripts and
examine the code. |