MS office 2003/error

T

TXaggie

I created a page using vb script,
CreateObject("Word.Application")

It's running with no error with MS office2000, however,
when I upgraded my office to office2003..I have an error
that ActiveX can not create object. Do I need to change
anything to CreateObject?
 
E

Eugene

I have same problem when I move our program from Windows NT to Windows 2003 servers

I got "Server.CreateObject failed while checking permissions." or "Permission denied" error messages.
 
Top