I would like to find all editable ranges in a protected Word document. I am
aware of the SelectAllEditableRanges() method of the document object but I do
not want to actually select text, instead I just want to get access to the
range object of that text.
Thank You
Johannes Stuermer
Hi Johannes,
Perhaps this snippet gets you going?
Set myRange = myRange.GoToEditableRange(wdEditorEveryone)
(BTW, I found that in the Object Browser, searching for "editable"... after fellow MVP Beth Melton reminded me of the usefulness of the Object Browser just a couple of days ago)
Gr=BCe,
Klaus
>I would like to find all editable ranges in a protected Word document.
> I am aware of the SelectAllEditableRanges() method of the document
[quoted text clipped - 3 lines]
> Thank You
> Johannes Stuermer
Johannes Stuermer - 03 Jun 2005 07:11 GMT
That's what I was looking for.
Herzlichen Dank,
Johannes
> Hi Johannes,
>
[quoted text clipped - 14 lines]
> > Thank You
> > Johannes Stuermer