View Single Post
 
Old 05-05-2011, 12:02 AM
tom8750 tom8750 is offline Windows XP Office 2003
Novice
 
Join Date: May 2011
Posts: 5
tom8750 is on a distinguished road
Default

Hey

I did that, but when I try to save those changes,
I now get an error. I'm using a dutch version of Word, so I'll literally translate it: "the asked member is not available in this collection"

I also tried this code:
Private Sub Document_close()
activedocument.attachedtemplate.saved=true
End sub

and

Private Sub Document_close()
Thisdocument.saved=true
End sub

But they don't resolve the problem either.


I don't understand why Word try to save changes, since no one is changing something.

Best regards

Tom
Reply With Quote