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!!
Peter Jamieson - 26 Aug 2003 23:05 GMT
I guess you could try an exit macro for a form field named text1 that does
ActiveDocument.FormFields("text1").Range =
ActiveDocument.FormFields("text1").Result
--
Peter Jamieson
MS Word MVP
> 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!!