Hi all,
I am having a problem where I am trying to open a word application from an asp page. I have the following code:
dim wordDoc
set wordDoc = CreateObject("Word.Application"
wordDoc.Visible = true
wordDoc.Documents.Open("test.doc"
but it dies on the createobject call with the error:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'Word.Application'
Does anyone know why this occurs and how I can fix it?
Thanks
Em
I am having a problem where I am trying to open a word application from an asp page. I have the following code:
dim wordDoc
set wordDoc = CreateObject("Word.Application"
wordDoc.Visible = true
wordDoc.Documents.Open("test.doc"
but it dies on the createobject call with the error:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'Word.Application'
Does anyone know why this occurs and how I can fix it?
Thanks
Em