Macro to run in drop down field

D

Doug Robbins - Word MVP - DELETE UPPERCASE CHARACT

On Exit


If ActiveDocument.FormFields("DropDown1").Result = "No" Then
MsgBox "No was selected."
Else
MsgBox "No was not selected"
End If


--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
 
Top