CreateOleObject-Funktion
Hello!
The CreateOleObject Funktion works fine with the right parameter:
Example: Variant Excel = CreateOleObject("Excel.Application");
When i write TExcel.Application,
i will become an error Message, because the Argument is wrong.
However, Fastscript will compile the Script.
Is there any possiblilty, to prevent error Messages of that kind?
An error Event or something like this...
Thanks for the answer!
The CreateOleObject Funktion works fine with the right parameter:
Example: Variant Excel = CreateOleObject("Excel.Application");
When i write TExcel.Application,
i will become an error Message, because the Argument is wrong.
However, Fastscript will compile the Script.
Is there any possiblilty, to prevent error Messages of that kind?
An error Event or something like this...
Thanks for the answer!
Comments