WSH & Word error

J

Joe Paris

The following line of JavaScript code results in the
following error: "ClassFactory cannot supply requested
class" and code 80040111:

oWord= new ActiveXObject("Word.Application");

This worked until I installed Office 2003. If you
replace "Word" with any other office all (Excell,
PowerPoint, Publisher, etc) the script runs just fine.
Any pointers would be appreciated.
 
Top