Error Permission denied while using CreateObject("Word.Application")
Hi,
I have to open Word document and display some classic ASP form data on the word documnent.
I am getting blow error
Microsoft VBScript runtime (0x800A0046)
Permission denied: 'CreateObject'
while using CreateObject("Word.Application") code. I have to display data in the Word letter template of Word Application not in Internet Explorer window.
Can you please help me on this?
|