View Single Post
 
Old 05-22-2024, 03:20 AM
Rzv Rzv is offline Windows 10 Office 2016
Novice
 
Join Date: Jun 2022
Posts: 3
Rzv is on a distinguished road
Default Word macro that sets Different First Page = true

I am really new to VBA and I am trying to make a macro that sets the header different first page to true, I am planning to use word batch processor's user-defined mode to make it work folder-wide but I cannot make it work
English is not my first language so sorry if I "talk" weird

This is my latest try, it works but only for singular documents, not batch

Sub HeaderFirstPage()
Let ActiveDocument.Sections(1).PageSetup.DifferentFirs tPageHeaderFooter = True
End Sub

Last edited by Rzv; 05-22-2024 at 03:44 AM. Reason: made it half-work
Reply With Quote