-
Create Excel Object
I am trying to create an excel file with 3 work sheets. I get the data from an ASP File and pass it on to my vb dll which has a function to receive these arguments.
When I try to execute the codefrom Win NT Server(IIS),
Set ExcelApp = CreateObject("Excel.Application")
ExcelApp.Application.Visible = True
Set ExcelBook = ExcelApp.Workbooks.Add
I am getting following error.
VBScript Runtime Error: '800a01ad'
ActiveX component Can't create object
Can any one help please
-
Is Excel installed on the Server ?
-
-
-
I have checked this article and a few related with COM. But all those seem to be fine. Even a setting localserver32 in registry is set in short path. But I still have the problem. Like to know whether any security problem in NT Server, etc. I think the problem lies somewhere there only