View Single Post
 
Old 08-04-2016, 01:25 AM
Charlie_l3rown Charlie_l3rown is offline Windows 10 Office 2013
Novice
 
Join Date: Aug 2016
Posts: 2
Charlie_l3rown is on a distinguished road
Default

Quote:
Originally Posted by gmaxey View Post
It is a stupid default setting (on until you turn if off) whenever a document is opened.

You can manage it with a macro, but you can't make your users run the macro:

Code:
Sub AutoOpen()
ActiveDocument.Windows(1).View.ShadeEditableRanges = False
lbl_Exit:
  Exit Sub
End Sub
Ye I read that somewhere as well. From all the possible textboxes (the regular ones, tables 1x1, fields and content control textboxes - those that I know of) ain't there a way to link them without it being the regular ones on view only protection (with the brackets issue) ?

Ty for your quick repply yesterday
Reply With Quote