Hello,
I keep getting messages (error) that don't make sense,like the one in the subject line. Tried same code in another document (also with forms) but don't get that message but code won't run. am running Word 2002 with office SP3 have used macro recorder to get the following code.
Anything wrong with this code ?
Selection.MoveRight Unit:=wdCharacter, Count:=9, Extend:=wdExtend
Selection.Copy
Selection.MoveDown Unit:=wdLine, Count:=1
Selection.PasteAppendTable
Basically all I am trying to accomplish is when user presses a commandbutton on the form, this code adds a new row in a table.
TIA