|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Permission denied: 'CreateObject' error
This works on my PC at work, but at home, I get
Microsoft VBScript runtime (0x800A0046) Permission denied: 'CreateObject' error. Code:
<%@ LANGUAGE=VBSCRIPT %>
<%Option Explicit%>
<%
Dim objInputXLS
Dim ObjInputWorkBook
Dim ObjInputSheet
Dim datStartTime
Dim datEndTime
Set objInputXLS = CreateObject("Excel.Application")
I'm using Office 2000 & Win 2000 joe |
|
#2
|
|||
|
|||
|
I'd say this is an asp question. And apparently the IIS user account doesn't have sufficient permissions on the server to create an instance of Excel.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Permission denied: 'CreateObject' error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|