ActiveDocument.Tables(1).Cell(2, 1).Select
With Selection
.Range.Text = "test"
.FormFields.Add Range:=Selection.Range, _
Type:=wdFieldFormTextInput
End With
why doesn't the text show before the textinput .. pls enlighten me thanks
anyone pls help
|
Results 1 to 2 of 2
Thread: formfields in tablesThreaded View
|
Click Here to Expand Forum to Full Width |