View Single Post
 
Old 04-10-2014, 01:08 AM
Tommes93 Tommes93 is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Mar 2014
Posts: 9
Tommes93 is on a distinguished road
Default Selection or Range

Hello
I am writing a code that analyses a word document and puts important information into a xml file. For example every Heading is important.

I read a lot of prefering Range over Selection.
But how do i use this. The documents, which the code analyses, are all different and have different numbers of Headings and Tables and other Text.
So does it make sense to use Range? And if so, please let me know how.
Thanks
Reply With Quote