Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Tables / October 2004

Tip: Looking for answers? Try searching our database.

How do I do a 'find' in a table of a protected document?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
bb1qaz1 - 11 Oct 2004 18:01 GMT
I need to be able to do a find (Ctrl +F) in a table.  The table is in a
protected document.  The the tables within the documents are huge. The find
(binoculars) and Ctrl + F work when the document is not protected. Once
protected the binolulars fade and the the button is not usable.
I very much appreciate your consideration for help.
Doug Robbins - 12 Oct 2004 01:54 GMT
See the article "How to enable the spellchecker in a protected document" at:

http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm

Signature

Please respond to the Newsgroup for the benefit of others who may be
interested.   Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP

>I need to be able to do a find (Ctrl +F) in a table.  The table is in a
> protected document.  The the tables within the documents are huge. The
> find
> (binoculars) and Ctrl + F work when the document is not protected. Once
> protected the binolulars fade and the the button is not usable.
> I very much appreciate your consideration for help.
Doug Robbins - 12 Oct 2004 02:00 GMT
Sorry, that was the wrong answer, but you will have to unprotect the
documnet, either manually or by using code such as the following which will
reprotect it after the Edit Find dialog is dismissed:

With ActiveDocument
   .Unprotect
   Dialogs(wdDialogEditFind).Show
   .Protect wdAllowOnlyFormFields, NoReset
End With

Signature

Please respond to the Newsgroup for the benefit of others who may be
interested.   Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP

>I need to be able to do a find (Ctrl +F) in a table.  The table is in a
> protected document.  The the tables within the documents are huge. The
> find
> (binoculars) and Ctrl + F work when the document is not protected. Once
> protected the binolulars fade and the the button is not usable.
> I very much appreciate your consideration for help.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.