R
Robert
I have an exit macro that runs on exiting multiple textbox
formfields. If this is "TextA" then I want to do something
else. How do I test to see if "TextA" is selected?
Something like:
If ActiveDocument.FormFields("TextA").Selected then
whatever
But I can't get it to work. Is the formfield textbox still
selected when the exit macro runs? Thanks.
formfields. If this is "TextA" then I want to do something
else. How do I test to see if "TextA" is selected?
Something like:
If ActiveDocument.FormFields("TextA").Selected then
whatever
But I can't get it to work. Is the formfield textbox still
selected when the exit macro runs? Thanks.