S
Sylvain
When you protect a document, by default the "highlight the regions I
can edit" checkbox is checked in the task pane, how can I
programatically un-check it. When this checkbox is checked, the
editable regions appear in yellow. I tried doing this:
Selection.GoToEditableRange().HighlightColorIndex =
word.WdColorIndex.wdNoHighlight
but that doesn't seem to be doing anything. If anyone knows how to do
this, please let me know.
Thanks,
sylvain.
can edit" checkbox is checked in the task pane, how can I
programatically un-check it. When this checkbox is checked, the
editable regions appear in yellow. I tried doing this:
Selection.GoToEditableRange().HighlightColorIndex =
word.WdColorIndex.wdNoHighlight
but that doesn't seem to be doing anything. If anyone knows how to do
this, please let me know.
Thanks,
sylvain.