Yenier H. answered 03/23/25
Medical Doctor & Bilingual Tutor — Science, Health, and Microsoft
Yes, you can automate different headers and footers for landscape and portrait pages in Microsoft Word 2013 using section breaks. By setting up section breaks and configuring headers and footers to be different for each section, you can automatically switch between different header/footer styles for portrait and landscape pages.
Here’s how you can do it:
Step-by-Step Instructions:
- Insert Section Breaks:
- Place your cursor where you want to switch between portrait and landscape.
- Go to the Page Layout tab.
- Under Page Setup, click on Breaks, then select Next Page under Section Breaks.
- This will create a new section in your document where you can apply a different orientation (portrait or landscape) and header/footer.
- Change Page Orientation for the Section:
- Place your cursor in the section where you want the landscape orientation.
- Go to the Page Layout tab.
- Click on Orientation, and select Landscape.
- The section will now be in landscape orientation.
- Unlink Headers and Footers Between Sections:
- Double-click the header or footer of the first page of the new section (landscape section).
- In the Header & Footer Tools tab, make sure that Link to Previous is unselected. This will unlink the new section from the previous section's header and footer.
- Now, you can edit the header and footer specifically for this section without affecting the rest of the document.
- Set Up Different Headers and Footers for Portrait and Landscape:
- Now that the sections are unlinked, you can edit the header and footer for each section independently.
- For portrait sections, you can set up your portrait headers/footers in the first section, and for the landscape section, you can create a separate header/footer layout.
- Creating New Landscape Pages:
- To add a new landscape page that follows the same header/footer, just insert a Next Page section break wherever necessary (repeat steps 1 and 2). Ensure that the "Link to Previous" option is unchecked for each new section.
Automating with Macros:
If you want to make this process automatic, you can use a macro to insert a landscape page with the correct header/footer configuration. Here's an example of how you can do that:
- Press Alt + F11 to open the VBA editor.
- Insert a new module by going to Insert > Module.
- Paste this macro:
- Run the macro to insert a new landscape page with its own header/footer.
Summary:
- Use Section Breaks to divide your document into different sections for portrait and landscape pages.
- Unlink the Header/Footer in each section to apply different content for each.
- Use macros if you want to automate the process of adding new pages with the correct headers and footers.
Let me know if you need further help!