J
Jesper Fjølner
I want to insert a table at the cursor and place the cursor in the first
cell.
I'm using :
Dim oTbl as word.table
Set oTbl = ActiveDocument.Tables.Add(oWord.Selection.Range, 1, 6)
oTbl.Select
but I get an error saying that the add method failed. What wrong?
Thanks for your help.
cell.
I'm using :
Dim oTbl as word.table
Set oTbl = ActiveDocument.Tables.Add(oWord.Selection.Range, 1, 6)
oTbl.Select
but I get an error saying that the add method failed. What wrong?
Thanks for your help.