CreateObject("Excel.Sheet") error

P

POLILOP

When i try to do this

Dim ExcelFace
Set ExcelFace = CreateObject("Excel.Sheet")
.........

the browser says this
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'CreateObject'
/mjenjaci/test.asp, line 5


I have given the IUSR permission to the folder but still the sam error
 
M

McKirahan

POLILOP said:
When i try to do this

Dim ExcelFace
Set ExcelFace = CreateObject("Excel.Sheet")

[snip]

Try

Set ExcelFace = CreateObject("Excel.Application")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,123
Latest member
Layne6498
Top