Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 09-18-2015, 10:30 AM
emwinschuh emwinschuh is offline Saving Form Field document Windows 7 32bit Saving Form Field document Office 2013
Novice
Saving Form Field document
 
Join Date: Aug 2015
Posts: 2
emwinschuh is on a distinguished road
Default Saving Form Field document

I created a document in word with various drop down menus, fillable text boxes, and references that populate other parts of the document based on what was entered/selected. The document is currently in protected mode which forces my users to populate only the forms or drop downs.



Now, I want them to be able to save their documents with the values they entered as an unprotected, fully editable document as if they typed the entire document up themselves. If I just take it out of protected mode, you can still see where data was entered via a form field, and if you click on a drop down, you can see the other options that were available.

How can I save the completed form as a static document?
Reply With Quote
  #2  
Old 09-18-2015, 02:04 PM
gmaxey gmaxey is offline Saving Form Field document Windows 7 32bit Saving Form Field document Office 2010 (Version 14.0)
Expert
 
Join Date: May 2010
Location: Brasstown, NC
Posts: 1,429
gmaxey is a jewel in the roughgmaxey is a jewel in the roughgmaxey is a jewel in the roughgmaxey is a jewel in the rough
Default

Sub ScratchMacro()
'A basic Word macro coded by Greg Maxey
With ActiveDocument
.Unprotect
.Fields.Unlink
.Save
End With
lbl_Exit:
Exit Sub
End Sub
__________________
Greg Maxey
Please visit my web site at http://www.gregmaxey.com/
Reply With Quote
  #3  
Old 09-18-2015, 02:11 PM
macropod's Avatar
macropod macropod is offline Saving Form Field document Windows 7 64bit Saving Form Field document Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,963
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Or, without a macro, Ctrl-A, Ctrl-Shift-F9 (or, if you want to be able to re-use the formfields later, Ctrl-F11).
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply

Tags
drop-down, formfield, reference



Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving Form Field document Fieldupdate before saving and save document where documentname is resut of field values JacquesW Word VBA 16 03-17-2015 12:45 AM
Saving Form Field document Form field selection allows entry into form text box David C Word 1 10-24-2012 04:53 AM
Saving document using Form Contents jillapass Word 1 03-28-2012 12:03 AM
Saving Form Field document Form Fields - Create blank form text field with if statement? LAssist2011 Word 5 12-14-2011 03:02 PM
Update Document Template when Saving the Document File bjbercaw Word 3 11-16-2010 02:03 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:42 AM.


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