J
Jack
I have one workstation that the following line of code fails returning a
could not create object.
Set objWordPub = CreateObject("Word.Application")
I have also tried it as:
Set objWordPub = CreateObject("Word.Application", "localhost")
I have been using this call for years and never seen it fail. Could it be a
security setting? The installation is on Windows XP and Office 2003
(11.6568.6568 SP2).
could not create object.
Set objWordPub = CreateObject("Word.Application")
I have also tried it as:
Set objWordPub = CreateObject("Word.Application", "localhost")
I have been using this call for years and never seen it fail. Could it be a
security setting? The installation is on Windows XP and Office 2003
(11.6568.6568 SP2).