Hi Jezebel,
One exception to this very sound advice is when copying a document. If you use
Selection, it will copy the last paragraph mark, including all the section
formatting (margins, etc.) Doing the same with the Range object does NOT
include the section information, so the result will be different :-) (Had my
face rubbed in this a few years ago by someone in the end-user NGs <g>)
> The short answer is to select something else -- there is always *something*
> selected.
[quoted text clipped - 4 lines]
> with the Range objects themselves. To copy the body of a document, you can
> use
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
Abeness - 30 Mar 2005 16:44 GMT
Cindy M -WordMVP- wrote:
> One exception to this very sound advice is when copying a document. If you use
> Selection, it will copy the last paragraph mark, including all the section
> formatting (margins, etc.) Doing the same with the Range object does NOT
> include the section information, so the result will be different :-)
Excellent tip, thanks, Cindy.