I have a VBScript that creates a new word document, inserts 3 other word documents into it, then prints it to the PDF Driver. This code works fine when I run it on my local computer. But as soon as it goes up on the server I get the error
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object: 'Word.Application'
I read the documentation on this error on several different sites, and from what I can see, there are some DLL's missing on the server (Word is not installed on the server). My network admin is refusing to install word on the server, he wants just the neccessary components. So I'm running depends to try and find the DLL's that need to be installed. But when I try to run my code through it tells me:
Not valid 32-bit or 64-bit Windows Module
I am completely lost on how to handle this situation. If anyone has any advice, please reply to this or e-mail me at
[email protected] I just want to thank anyone in advance for any help that you give.
Nikki