Hi zSplash
ActiveDocument.Sections(8).Headers(wdHeaderFooterPrimary).Range.Select
You may find it useful to re-do your present code to refer to Section 1
explicitly, in the same way as the line above.
Hope this helps.
Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word
Melbourne, Australia
> I have a document with multiple sections, and I want to select the Primary
> Header of Section 8. The code I used to select the first section was:
> ActiveDocument.StoryRanges(wdPrimaryHeaderStory).Select
> How can I select the Primary Header of Section 8, in a similar fashion?
>
> TIA
zSplash - 03 Dec 2003 17:57 GMT
Thank you, Shauna. Outstanding!
st.
> Hi zSplash
>
[quoted text clipped - 17 lines]
> >
> > TIA