R
Rafal K.
I have a problem with new table:
ActiveDocument.Tables.Add range:=mysec.range, NumRows:=2, NumColumns:=2
mysec.range.InsertBefore Chr(13) & Chr(10) & "text 1"
But the "text 1" is disappearing or is in a cell (1,1) of the table.
How can I add the text before the table??
Also Do You know how put the new line to the text? Now I'm trying to put
codes in ASCII 13 and 10.
ActiveDocument.Tables.Add range:=mysec.range, NumRows:=2, NumColumns:=2
mysec.range.InsertBefore Chr(13) & Chr(10) & "text 1"
But the "text 1" is disappearing or is in a cell (1,1) of the table.
How can I add the text before the table??
Also Do You know how put the new line to the text? Now I'm trying to put
codes in ASCII 13 and 10.