H
heatherpanek
I have a VB Script that executes to create a mail merge. The only
problem is that it works fine under one Windows profile, but when I log
in as a different user (same rights), it fails with the above error
message. What am I missing? A template? A registration?
The script executes correctly until this is performed (which is when I
get the error message listed above):
With oWord.ActiveDocument.MailMerge
.Destination = wdSendToNewDocument
.Execute
End With
Again, this works when executed under one profile, but not the new
profile.
-Heather
heatherpanek(at)gmail.com
problem is that it works fine under one Windows profile, but when I log
in as a different user (same rights), it fails with the above error
message. What am I missing? A template? A registration?
The script executes correctly until this is performed (which is when I
get the error message listed above):
With oWord.ActiveDocument.MailMerge
.Destination = wdSendToNewDocument
.Execute
End With
Again, this works when executed under one profile, but not the new
profile.
-Heather
heatherpanek(at)gmail.com