Thread
:
Word macro that sets Different First Page = true
View Single Post
05-22-2024, 03:46 AM
Guessed
Windows 10
Office 2016
Expert
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
PageSetup needs to know which section you are talking about and the section needs to know which document you are talking about.
Code:
Sub ImSpecial() ActiveDocument.Sections(1).PageSetup.DifferentFirstPageHeaderFooter = True End Sub
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Guessed
View Public Profile
Visit Guessed's homepage!
Find all posts by Guessed