Is there a way with VBA to select a page in Word. I'd like to move to the
top of a page, which I can do, and then select all the text on that page. I
have been unable to find code to let me do that.
This line:
Selection.Bookmarks("\Page").Range.Select

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Is there a way with VBA to select a page in Word. I'd like to move
> to the top of a page, which I can do, and then select all the text on
> that page. I have been unable to find code to let me do that.
AMA - 06 Feb 2007 23:09 GMT
Thanks

Signature
AMA
> This line:
>
[quoted text clipped - 3 lines]
> > to the top of a page, which I can do, and then select all the text on
> > that page. I have been unable to find code to let me do that.