> In a protected document I can have Word highlight all fields that are
> editable in the document. This is done via a checkbox in the "Protect
[quoted text clipped - 5 lines]
> Thanks,
> Johannes Stuermer
Hi Johannes
This is what you need
ActiveWindow.View.ShadeEditableRanges = True
(I learned this trick from Beth Melton just last month <g>)

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
Johannes Stuermer - 03 Jun 2005 20:05 GMT
Thank you very much Jonathan (and Beth).
> > In a protected document I can have Word highlight all fields that are
> > editable in the document. This is done via a checkbox in the "Protect
[quoted text clipped - 13 lines]
>
> (I learned this trick from Beth Melton just last month <g>)