I know how to copy and create form fields using VBA, but how do I create or
copy the formatting? I am specifically concerned with uppercase, max width
2 characters, font color blue, but a general case will get me started.

Signature
Darryl Kerkeslager
Power corrupts.
Absolute power corrupts absolutely.
Knowledge is power.
See www.adcritic.com/interactive/view.php?id=5927
Charles Kenyon - 10 Mar 2005 13:31 GMT
For general formatting, use a character style. The field length limit is a
field property. Try recording a macro creating such a field and see what you
get.

Signature
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
>I know how to copy and create form fields using VBA, but how do I create or
>copy the formatting? I am specifically concerned with uppercase, max width
>2 characters, font color blue, but a general case will get me started.