If your form has only dropdowns, or if your macro is an exit macro assigned
only to dropdowns, then you can use the expression
Selection.FormFields(1).Name
Unfortunately, because of a longstanding bug in VBA, this doesn't work for
text form fields; if you need that, too, see
http://word.mvps.org/FAQs/TblsFldsFms/GetCurFmFldName.htm for a workaround.

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
> i have a series of drop down boxes that with have code to add items
> to their list (see my other thread for details if you are insterested,
[quoted text clipped - 35 lines]
> any advice on how to view the currently selected bookmark name from a
> form field would be greatly received.
OTWarrior - 16 Aug 2007 16:02 GMT
the link was perfect, thanks :)