View Single Post
 
Old 05-15-2024, 08:59 AM
Angela718 Angela718 is offline Windows 11 Office 2013
Novice
 
Join Date: May 2024
Posts: 1
Angela718 is on a distinguished road
Default Visual Basic Code for a Required Drop Down Menu Form Field

I have a multiple-page Word form that has many fields, most of which are optional. I have been able to add Visual Basic modules to certain form fields at the beginning of the form to require those fields be completed -- these are fields that contain some type of text or date fields. There are other fields that contain drop down menus, some of which contain 2-3 options, others that contain many more options, but they are all single choice menus. The code I'm using for the text fields does not work with the drop-down fields and I don't know how to write the code to be used with these fields. Can someone provide the code or direct me to a source with this information?
Reply With Quote