protected document regions

E

Eric

I have a protected document I need to work with, and I'm trying to figue out
what type of object it is that represent the "regions I can edit". They
aren't forms, and when I try to get a count of all comments in the immediate
window it says zero. Any ideas?

I realize this isn't a tables question perse, but I've gotten some great
help here. Please let me know if there is another forum I should use
instead.

Thanks In Advance,
Eric
 
S

Stefan Blom

There are two methods of the Document object that deal with editable
regions: DeleteAllEditableRanges and SelectAllEditableRanges. There is also
a GoToEditableRange method (of the Range object). See VBA Help.

If you want more on editable regions in Word, you had better ask in a
programming newsgroup, such as microsoft.word.vba.general. Be sure to
specify exactly what you are trying to do.

--
Stefan Blom
Microsoft Word MVP


in message
news:[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top