A
Alfred Sehmueller
Hello NG,
my VBA-code is not working with Word 2003.
The code handles revision tracking. I try to tell a document to track
revision but not to show the changes. In all older Word Versions I did
this successfully with
document.showRevisions = false
The following happens now:
1. Most of the time Word 2003 ignores the command. It throws no error
and the changes are still shown with markup
2. Sometimes in Word 2003 everythings o.k., but when I open the same
document with Word 2000 the changes are shown again.
Can you please help me?
Thanks Alfred
my VBA-code is not working with Word 2003.
The code handles revision tracking. I try to tell a document to track
revision but not to show the changes. In all older Word Versions I did
this successfully with
document.showRevisions = false
The following happens now:
1. Most of the time Word 2003 ignores the command. It throws no error
and the changes are still shown with markup
2. Sometimes in Word 2003 everythings o.k., but when I open the same
document with Word 2000 the changes are shown again.
Can you please help me?
Thanks Alfred