Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Nabellfl Nabellfl is offline
external usenet poster
 
Posts: 11
Default Macro to remove drop down form fields after complete?

I am creating a Word 2003 form. Is there a macro to remove the drop down
form fields once the user has chosen their answer?
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Greg Maxey Greg Maxey is offline
external usenet poster
 
Posts: 264
Default Macro to remove drop down form fields after complete?

Seems an odd request as a user may wish to change their mind, but the
following macro set to run on exit from each dropdown may suit your
needs:

Sub OnExitDD()
ActiveDocument.Unprotect
Selection.Fields.Unlink
ActiveDocument.Protect wdAllowOnlyFormFields, NoReset:=True
End Sub


On Apr 18, 10:58 am, Nabellfl
wrote:
I am creating a Word 2003 form. Is there a macro to remove the drop down
form fields once the user has chosen their answer?



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
calculation using drop down form fields Northwoods Microsoft Word Help 3 January 17th 07 02:00 PM
drop-down form fields Mary Sasiela Microsoft Word Help 11 October 27th 05 12:16 PM
Length of drop-down form fields. Jaanus Microsoft Word Help 2 September 23rd 05 02:07 PM
drop down form fields beckster02 Microsoft Word Help 1 August 3rd 05 04:12 AM
How can others run spellcheck of form fields they complete in word Nita Microsoft Word Help 1 July 14th 05 09:16 PM


All times are GMT +1. The time now is 03:01 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"