C
Chrisser
Hi
I've created a dll to perform mailmerge. It is made in Visual Basic and it
is working all right on two servers which have word2000 / word2000 SP1
installed.
Now I have put it on a third server which also has word2000 but SP3, but I
am getting "Run-time error 5981 Could not open macro Storage".
I think it has something to do with a security patch:
http://support.microsoft.com/?kbid=830347
The winword.exe version is 9.0.0.8216.
But we are not using any macros in the merge documents...
A bit of my code:
Set WordObj = CreateObject("Word.application.9")
WordObj.Documents.Open FileName:=Brev, ReadOnly:=True
The error comes in the second line where I am trying to open the merge
document
In addition:
Macro safety has been set to low and permissions are OK.
Any ideas ?
Christina Bjørk
I've created a dll to perform mailmerge. It is made in Visual Basic and it
is working all right on two servers which have word2000 / word2000 SP1
installed.
Now I have put it on a third server which also has word2000 but SP3, but I
am getting "Run-time error 5981 Could not open macro Storage".
I think it has something to do with a security patch:
http://support.microsoft.com/?kbid=830347
The winword.exe version is 9.0.0.8216.
But we are not using any macros in the merge documents...
A bit of my code:
Set WordObj = CreateObject("Word.application.9")
WordObj.Documents.Open FileName:=Brev, ReadOnly:=True
The error comes in the second line where I am trying to open the merge
document
In addition:
Macro safety has been set to low and permissions are OK.
Any ideas ?
Christina Bjørk