Using a macro, how do I select all the text on the current page?

Thank you!

Re: Text Selection by Tony

Tony
Thu Feb 16 17:51:25 CST 2006

Selection.Bookmarks("\Page").Select

--
Enjoy,
Tony


"Mark F." <replytogroup@news.com> wrote in message
news:qU7Jf.17614$UN2.16414@tornado.texas.rr.com...
> Using a macro, how do I select all the text on the current page?
>
> Thank you!
>
>



Re: Text Selection by Mark

Mark
Thu Feb 16 19:04:30 CST 2006

Tony Jollans wrote:
> Selection.Bookmarks("\Page").Select
>
> --
> Enjoy,
> Tony
>
>
> "Mark F." <replytogroup@news.com> wrote in message
> news:qU7Jf.17614$UN2.16414@tornado.texas.rr.com...
>
>>Using a macro, how do I select all the text on the current page?
>>
>>Thank you!
>>
>>

Thanks!