![]() |
#1
|
|||
|
|||
![]()
Hi Everyone,
I'm just having a little error with some code. I'm wanted a header & footer to insert on the first page only. When my code is written as the following it works fine, but inserts onto all pages of the document. Code:
Set headerPic = ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Range.InlineShapes.AddPicture(SrcePath) Code:
Set headerPic = ActiveDocument.Sections(1).Headers(wdHeaderFooterFirstPage).Range.InlineShapes.AddPicture(SrcePath) |
|