View Single Post
  #5   Report Post  
Darryl Kerkeslager
 
Posts: n/a
Default

"Peter Jamieson" wrote
How do I then say, "and make that form field two characters wide"?


Something like:

Dim oFormField as FormField
Set oFormField =
ActiveDocument.FormFields.Add(Range:=Application.S election.Range, _
Type:=wdFieldFormTextInput)
With oFormField.TextInput
.Width = 2
End With

(You may find some of the relevant properties in the oFormField, and some
in oFormField.TextInput).



Thank you for the help. I guess I have a lot of looking at the Word Object
Model ahead of me. At least now I know where to start.


--
Darryl Kerkeslager

Power corrupts.
Absolute power corrupts absolutely.
Knowledge is power.
See www.adcritic.com/interactive/view.php?id=5927