Thread
: [Solved]
Remove yellow highlightning in a protected document ?
View Single Post
01-30-2014, 09:33 AM
NobodysPerfect
Windows 7 64bit
Office 2010 32bit
Competent Performer
Join Date: Jan 2014
Location: Germany
Posts: 136
Yes you can if you use the following macro
Private Sub Document_Open()
ActiveDocument.Windows(1).View.ShadeEditableRanges = False
End Sub
That's it.
NobodysPerfect
View Public Profile
Find all posts by NobodysPerfect