After pluggin away at this for some time i maybe onto something. In the code that creates the TempDoc there is a line
Code:
FirstPara = r.Paragraphs(1).Range.Text
The problem is it only grabs the text. The document has tables and other formatting that isnt pulled. Not sure what i need todo to change that but i think that might be where i'm stuck at. Once i get that figured out i think i can add the original code before closing out the Tempdoc and be golden. Any help on what i should use would be greatly appreciated.
Randy