Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi 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. If you record a macro, and uncheck that box, what syntax is recorded? Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Thanks for your reply, I did already, and it doesn't record a single
line.. ![]() |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
This should do it ...
ActiveWindow.View.ShadeEditableRanges = false -- Enjoy, Tony "Sylvain" wrote in message oups.com... 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. |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
wow, thanks a lot Tony, that worked!!
|
#6
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
My pleasure!
-- Enjoy, Tony "Sylvain" wrote in message oups.com... wow, thanks a lot Tony, that worked!! |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
template with editable and non-editable areas | Page Layout | |||
How to turn off highlight the regions I can edit? | Microsoft Word Help | |||
Automatic Comment Highlight | Microsoft Word Help | |||
Templates and Editable regions | Microsoft Word Help | |||
How to convert editable word doc to editable html in a browser? | Microsoft Word Help |