S
smac
Word 9.
Hi all,
Accessing BuiltInDocumentProperties sets the document's
Saved flag to False, even when you "just" test the
value. eg.
ActiveDocument.Save
Debug.Print "Before Test : " & ActiveDocument.Saved
If Not ActiveDocument.BuiltInDocumentProperties
(1).value = "plonker" Then
Debug.Print "After Test : " & ActiveDocument.Saved
End If
This is VERY annoying. Does anyone know a fix?
Thanks
smac
Hi all,
Accessing BuiltInDocumentProperties sets the document's
Saved flag to False, even when you "just" test the
value. eg.
ActiveDocument.Save
Debug.Print "Before Test : " & ActiveDocument.Saved
If Not ActiveDocument.BuiltInDocumentProperties
(1).value = "plonker" Then
Debug.Print "After Test : " & ActiveDocument.Saved
End If
This is VERY annoying. Does anyone know a fix?
Thanks
smac