Getting to the Header or Footer : Document Header Footer « Word « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Word
- Document Header Footer
Getting to the Header or Footer
Sub header()
MsgBox Documents("Transfer.doc").Sections(2). _
Footers(wdHeaderFooterFirstPage).Range.Text
End Sub
Related examples in the same category