S
Steve
I'm using the foolowing command to create a table:
"tbl = oWordDoc.Tables.Add(oWordApp.Selection.Range, 30, 4)"
At the moment this table is always going in at the start of the document,
how can i get it to go in at acertain point?
I don't mind if i have to set a bookmark, or at a certain text point (which
is preffered).
Any ideas what I need to do?
"tbl = oWordDoc.Tables.Add(oWordApp.Selection.Range, 30, 4)"
At the moment this table is always going in at the start of the document,
how can i get it to go in at acertain point?
I don't mind if i have to set a bookmark, or at a certain text point (which
is preffered).
Any ideas what I need to do?