hi...
i am writing this code in PHP 4 on windows 2000 with IIS :
$excelobj=new COM("excel.application");
but it is giving me this error :
"Unable to obtain IDispatch interface for CLSID {00024500-0000-0000-C000-000000000046}: Access is denied"
i also used filesystemobject to check for the existance of the file and it is working fine. the code for that is as follows :
$fs=new COM("scripting.filesystemobject");
please help me in solving this problem..
waiting for reply
qasim