Excel is not closing
Hai all,
Im tryiing to access Excel object like following from PHP, scripting
language.
After calling this excel is not closing after the execution.
If we comment the 'FreezePanes' property its working file.
$excel_app = new COM("Excel.Application");
$excel_app-ActiveWindow-FreezePanes = True;
thanks in advance,
San.
|