Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Throuble Throuble is offline
external usenet poster
 
Posts: 2
Default Getting find/replace and hyperlinks to work in a locked form?

I have created a Word document and turned it into a locked form. However,
when the form is locked, the find/replace and hyperlink functions are
disabled. Is there any way of enabling these in a locked form?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Getting find/replace and hyperlinks to work in a locked form?

I am not sure why you would need find and replace in a protected form.
Protected forms are intended for data gathering, not for documents that
require free editing. If you want free editing, then you should consider
other methods of gathering the user information such as userforms. For the
basics, see Word MVP FAQ - Userforms
http://word.mvps.org/FAQs/Userforms.htm

for a more in depth explanation, see
http://gregmaxey.mvps.org/Create_and...a_UserForm.htm

Nevertheless it could be possible to implement find and replace using a
macro to unlock the form, perform the replacement then relock the form eg

Sub ReplaceInForm()
If ActiveDocument.ProtectionType wdNoProtection Then
ActiveDocument.Unprotect Password:=""
End If
On Error Resume Next
Dialogs(wdDialogEditReplace).Show
ActiveDocument.Protect _
Type:=wdAllowOnlyFormFields, _
NoReset:=True, _
Password:=""
End Sub

http://www.gmayor.com/installing_macro.htm

and for Hyperlinks, see
http://word.mvps.org/faqs/tblsfldsfms/HLinksInForms.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Throuble" wrote in message
...
I have created a Word document and turned it into a locked form. However,
when the form is locked, the find/replace and hyperlink functions are
disabled. Is there any way of enabling these in a locked form?



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Getting find/replace and hyperlinks to work in a locked form?


I am not sure why you would need find and replace in a protected form.
Protected forms are intended for data gathering, not for documents that
require free editing. If you want free editing, then you should consider
other methods of gathering the user information such as userforms. For the
basics, see Word MVP FAQ - Userforms
http://word.mvps.org/FAQs/Userforms.htm

for a more in depth explanation, see
http://gregmaxey.mvps.org/Create_and...a_UserForm.htm

Nevertheless it could be possible to implement find and replace using a
macro to unlock the form, perform the replacement then relock the form eg

Sub ReplaceInForm()
If ActiveDocument.ProtectionType wdNoProtection Then
ActiveDocument.Unprotect Password:=""
End If
On Error Resume Next
Dialogs(wdDialogEditReplace).Show
ActiveDocument.Protect _
Type:=wdAllowOnlyFormFields, _
NoReset:=True, _
Password:=""
End Sub

http://www.gmayor.com/installing_macro.htm

and for Hyperlinks, see
http://word.mvps.org/faqs/tblsfldsfms/HLinksInForms.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Throuble" wrote in message
...
I have created a Word document and turned it into a locked form. However,
when the form is locked, the find/replace and hyperlink functions are
disabled. Is there any way of enabling these in a locked form?



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using EditFind to find and replace hyperlinks Guybo New Users 6 January 18th 09 03:35 PM
Hyperlinks don't work in a "locked" form kajo Microsoft Word Help 3 November 27th 07 09:21 AM
How can internal hyperlinks work when form is locked in word? Christinichka Microsoft Word Help 0 July 27th 07 09:56 PM
Why won't hyperlinks work in locked Word documents? C Newsom Microsoft Word Help 1 December 16th 05 08:10 PM
Find and replace 100 hyperlinks?? Jim in Spokane Microsoft Word Help 4 July 6th 05 09:12 PM


All times are GMT +1. The time now is 10:05 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"