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