View Single Post
 
Old 05-02-2012, 12:43 PM
rmw85 rmw85 is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Apr 2012
Posts: 10
rmw85 is on a distinguished road
Default

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

Last edited by rmw85; 05-03-2012 at 06:21 AM.
Reply With Quote