Hello everyone,
I am using the following code to create Excel object using VBA. I am using Office 2003. I run the following code in classic ASP.
Set myexcel = CreateObject("Excel.Application")
Error message is, any permission needed to create Excel object?
Computer - default permission settings do not permit the address LocalHost (using LRPC) using the CLSID {00024500-0000-0000-C000-000000000046}
EDIT1:
I have a related question here, appreciate if anyone could take a look,
http://stackoverflow.com/questions/1383366/generating-excel-file-error
thanks in advance, George