G
Guest
I have a table setup withtwo columns to insert a new row when you tab through
the las column. Using this code:
With Selection
If .Information(wdWithInTable) Then
.Tables(1).Rows.Last.Select
.InsertRowsBelow 1
End If
End With
And all is good, except that I would like to create the new row with a 'Text
Form Field' in each column.
The last row of my table already has the form fields. So is it possible to,
when inserting the new row, to have it also insert the form fields or maybe
have it copy the filds from the previouse row?
thx
the las column. Using this code:
With Selection
If .Information(wdWithInTable) Then
.Tables(1).Rows.Last.Select
.InsertRowsBelow 1
End If
End With
And all is good, except that I would like to create the new row with a 'Text
Form Field' in each column.
The last row of my table already has the form fields. So is it possible to,
when inserting the new row, to have it also insert the form fields or maybe
have it copy the filds from the previouse row?
thx