When I try to create a document through Word automation, I get the message "Could not open macro storage". Here's my code snippet:
set x=server.createobject("Word.Application"
x.documents.add ' This is the line that crashes
This same code works in VB; so, I know it must have something to do with either IIS 5.0 or VBScript.
Any thoughts?
set x=server.createobject("Word.Application"
x.documents.add ' This is the line that crashes
This same code works in VB; so, I know it must have something to do with either IIS 5.0 or VBScript.
Any thoughts?