F
Fred
Also require macro that will select all but first row of table cursor is
positioned in:
Sub TableExcept1stRow()
ActiveDocument.Tables(1).Select
Selection.SetRange _
Start:=Selection.Rows(2).Range.Start, _
End:=Selection.End
End Sub
Thank you.
positioned in:
Sub TableExcept1stRow()
ActiveDocument.Tables(1).Select
Selection.SetRange _
Start:=Selection.Rows(2).Range.Start, _
End:=Selection.End
End Sub
Thank you.