Quote:
Originally Posted by brent chadwick
I would like to add default text to the new form field. How do I do that?
|
You can do that by inserting after:
.FormFields.Add BmkRng, wdFieldFormTextInput
the line:
BmkRng.FormFields(1).TextInput.EditType wdRegularText, "My default text"
where "My default text" is whatever you want for the default.