|
-
May 3rd, 2002, 01:04 AM
#1
Thread Starter
New Member
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
-
May 3rd, 2002, 01:53 AM
#2
-= B u g S l a y e r =-
Is Excel installed on the Server ?
-
May 3rd, 2002, 02:22 AM
#3
Thread Starter
New Member
-
May 3rd, 2002, 02:37 AM
#4
-= B u g S l a y e r =-
-
May 3rd, 2002, 03:19 AM
#5
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|