K
kpowell10
Hi all,
I have a script that runs fine from the command prompt, but that fails
when I run it from Task Scheduler.
Apparently the line that is failing is an OLE module command:
$xlworkbook = $xl_app->Workbooks->Add;
Any ideas what might cause this behavior or how to pin down the cause?
I'm getting no errors messages of any sort in the Event Viewer.
Thanks,
Kyle
I have a script that runs fine from the command prompt, but that fails
when I run it from Task Scheduler.
Apparently the line that is failing is an OLE module command:
$xlworkbook = $xl_app->Workbooks->Add;
Any ideas what might cause this behavior or how to pin down the cause?
I'm getting no errors messages of any sort in the Event Viewer.
Thanks,
Kyle