A
andreas
Dear Experts:
I would like to place a logo as a running header on even and odd pages
of the current document:
It has the following setup
Page Layout:
• Different even and odd headers and footers
• Mirror Margins
The logo (c:\CompanyLogo.png) to be inserted should have the following
properties:
• Picture Layout: in front of text
• Picture Position:
Horizontal: Book layout, outside of margin
Vertical: Absolute position, 1.4 cm below Page
I know the code to insert headers programmatically such as
sect.PageSetup.OddAndEvenPagesHeaderFooter = True
sect.PageSetup.MirrorMargins = True
Set rng = sect.Headers(wdHeaderFooterEvenPages).range
rng. .....etc.
So there is no need to show me this.
Help is much appreciated. Thank you very much in advance.
Regards, Andreas
I would like to place a logo as a running header on even and odd pages
of the current document:
It has the following setup
Page Layout:
• Different even and odd headers and footers
• Mirror Margins
The logo (c:\CompanyLogo.png) to be inserted should have the following
properties:
• Picture Layout: in front of text
• Picture Position:
Horizontal: Book layout, outside of margin
Vertical: Absolute position, 1.4 cm below Page
I know the code to insert headers programmatically such as
sect.PageSetup.OddAndEvenPagesHeaderFooter = True
sect.PageSetup.MirrorMargins = True
Set rng = sect.Headers(wdHeaderFooterEvenPages).range
rng. .....etc.
So there is no need to show me this.
Help is much appreciated. Thank you very much in advance.
Regards, Andreas