Form Fields to Text -Automatic

J

Jeff

Okay guys, ya'll (yes I'm from Texas) have already been
SO helpful. How about a macro that turns form field entry
to text, automatically? I know you can CTRL+SHIFT+F9 to
change it. Can I put that in a macro that runs
automaticaly on exit of field? Thanks!!
 
P

Peter Jamieson

I guess you could try an exit macro for a form field named text1 that does

ActiveDocument.FormFields("text1").Range =
ActiveDocument.FormFields("text1").Result
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top