What is the best way to insert alot of text into a word document? I have a predefined template that has a header, title page, etc, and I want to insert text at a certain point. You see, I am querying a database for this text. If I query the DB and then insert the database at a bookmark, it inserts it in reverse order. For instance if I query my database for the first two rows of...
Column A Column B
Text1 1
Text2 2
It will appear Text2 2 Text1 1 at the bookmark. I've also tried looking for a "variable" in the document (ie: #variable) and using Find.Replace with each query, then adding #variable to the end. I am having terrible trouble formatting it though. Any thoughts?