Hi!
I am developing a word document with different text boxes and combo boxes that communicates with a access database. The application is a Office Word 2007 Document and I am doing the programming direct into the word doc.
The question I ask is if it is possible to create a word.table from code and insert it into a bookmark in the document?
I have tried something like this:
oTable = oDoc.Tables.Add(oDoc.Bookmarks.Item("\endofdoc").Range, 3, 5)
But I dont know how to make the oDoc reference to my document which I make.
I my skills in programming is not that high as you understand...
I am developing a word document with different text boxes and combo boxes that communicates with a access database. The application is a Office Word 2007 Document and I am doing the programming direct into the word doc.
The question I ask is if it is possible to create a word.table from code and insert it into a bookmark in the document?
I have tried something like this:
oTable = oDoc.Tables.Add(oDoc.Bookmarks.Item("\endofdoc").Range, 3, 5)
But I dont know how to make the oDoc reference to my document which I make.
I my skills in programming is not that high as you understand...