E
EKEC
Hi,
I've been setting up a Word 2003 document as a technical document template.
The document was previously set up to lock every time a save was made
(someone else was working on it before me).
The problem is that after saving, all text would be highlighted yellow.
After unprotecting the document, all text changes from being highlighted
yellow to grey. Some text has been highlighted blue instead of grey for no
apparent reason.
The text in question is not a field. The brackets in the text ("[") are not
bookmarks, although they look similar to the "I" of a bookmark.
Here's a screen:
http://img188.imageshack.us/img188/1715/screenimt.jpg
Here's the code that locks (all locking / unlocking code is now commented
out):
'ActiveDocument.Protect Password:="me", NoReset:=False, type:= _
' wdAllowOnlyReading, UseIRM:=False, EnforceStyleLock:=True
Any help in getting rid of this grey highlighting and brackets would be
greatly appreciated.
I've been setting up a Word 2003 document as a technical document template.
The document was previously set up to lock every time a save was made
(someone else was working on it before me).
The problem is that after saving, all text would be highlighted yellow.
After unprotecting the document, all text changes from being highlighted
yellow to grey. Some text has been highlighted blue instead of grey for no
apparent reason.
The text in question is not a field. The brackets in the text ("[") are not
bookmarks, although they look similar to the "I" of a bookmark.
Here's a screen:
http://img188.imageshack.us/img188/1715/screenimt.jpg
Here's the code that locks (all locking / unlocking code is now commented
out):
'ActiveDocument.Protect Password:="me", NoReset:=False, type:= _
' wdAllowOnlyReading, UseIRM:=False, EnforceStyleLock:=True
Any help in getting rid of this grey highlighting and brackets would be
greatly appreciated.