Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-24-2015, 12:18 AM
Maskot Maskot is offline Updating/Locking FormFields Windows 7 64bit Updating/Locking FormFields Office 2007
Novice
Updating/Locking FormFields
 
Join Date: Jun 2015
Posts: 3
Maskot is on a distinguished road
Default Updating/Locking FormFields

Hi,
I need a help with WORD FormFields. I have a document with many formfields and I need to update all fields without two of them. One formfield shows amount in words so the field with this amount earlier cant be updated.
Could you please help? Macro below with problem on red. I need a part that will update each formfield separately.


Sub sbProtectSheet1()
ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True, Password:=""
ActiveDocument.Unprotect Password:=""
ActiveDocument.FormFields("qqq").Result = "XZX"


ActiveDocument.FormFields("wng").Result = "3000"
Dim dFormField As FormField
For Each dFormField In ActiveDocument.FormFields()
If dFormField.Name <> "wng" Then
dFormField.Update
End If
Next
ActiveDocument.Protect Type:=wdAllowOnlyFormFields, NoReset:=True, Password:=""
ActiveDocument.Unprotect Password:=""
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Updating/Locking FormFields locking word table cells while auto-updating fields fingermouse Word 6 01-14-2015 06:22 AM
Updating/Locking FormFields Mailmerge and Formfields Liosis Mail Merge 4 03-07-2014 12:56 PM
Renaming Word Formfields: string too long error silverspr Word VBA 7 01-22-2013 06:20 PM
Updating/Locking FormFields Help with locking wdPictureContentControl remodel Word VBA 1 10-25-2012 10:45 PM
locking out word joe Word 0 11-19-2009 02:09 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:36 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft