G
Greg
Hi,
ActiveDocument.Range(0,0).Select
moves the IP to the start of the maintext story apparently from any
story.
My IP is in the header story and I want to move the IP to the start.
I can use
Selection.HomeKey Unit:=wdStory
I was wondering if there isn't a Range(Start, End) method that I should
be using.
Thanks
ActiveDocument.Range(0,0).Select
moves the IP to the start of the maintext story apparently from any
story.
My IP is in the header story and I want to move the IP to the start.
I can use
Selection.HomeKey Unit:=wdStory
I was wondering if there isn't a Range(Start, End) method that I should
be using.
Thanks