Thread: [Solved] Use of Range Object Question
View Single Post
 
Old 08-14-2012, 03:08 PM
jsb73 jsb73 is offline Windows 7 32bit Office 2007
Novice
 
Join Date: Aug 2012
Posts: 4
jsb73 is on a distinguished road
Default Use of Range Object Question

In Access I create a Word document for reports. I have used Selection.TypeText to write to the Word document. I understand that using the Range object would make it faster. Would using the ActiveDocument.Range improve the speed of execution, or should I try to use a Range for each paragraph? If so how do I add a paragraph and use that paragraph's range. I have looked and looked and can't seem to find code that works.
Reply With Quote