How to Edit Footer in Excel: 3 Quick Methods

Method 1 – Edit Footer from Page Layout View

Steps:

  • Go to the View tab at the top of your screen.
  • Select Page Layout to shift to the Page Layout view.

using page layout view

  • Ignore the above steps and click the Page Layout button at the bottom right to directly shift to the Page Layout view.

using page layout view

  • Scroll down to the footer of the page and edit it as you wish. In this case, Left Footer = Standard 2, Center Footer= Mount Elementary & Right Footer= 06 June,2021.

using page layout view


Method 2 – Using Page Setup Dialog Box to Edit Footer in Excel

Steps:

  • Select the Page Layout tab at the top of the page.
  • Click on the small Page Setup icon to open the dialog box.

using page setup dialog box

  • Go to Header/Footer > Custom Footer…

how to edit footer in excel using page setup dialog box

  • Put your left, center, and right footers in the left, center, and right sections respectively.
  • Click OK

using page setup dialog box to edit footer in excel

  • Click the OK button again, and you will be done editing your footer.

using page setup dialog box


Method 3 – Applying VBA Code to Edit Footer in Excel

Steps:

  • Press ALT + F11 to open the VBA
  • Right-Click on Sheet 4 or the sheet you are working on.
  • Select Insert > Module.

using vba code to add footer in excel

'This Code Will Help You to Edit Footer in Excel
Sub EditFooter()
'Change "Standard 2" to give your Left Footer
 ActiveSheet.PageSetup.LeftFooter = "&L Standard 2"
 'Change "Mount School" to give your Center Footer
 ActiveSheet.PageSetup.CenterFooter = "&C Mount School"
 'Change "06 June,2021"  to give your Right Footer
 ActiveSheet.PageSetup.RightFooter = "&R 06 June,2021"
End Sub

using vba to add footer in excel

  • Press F5 to run the code, and you have your footer edited.

How to Completely Remove Footer in Excel

Steps:

  • Select the Page Layout tab at the top of the page.
  • Click on the small Page Setup icon to open a Dialog Box.

using page setup dialog box

  • Go to Header/Footer.
  • Click the down arrow on the Footer menu and select (none) from all the options.
  • Click OK, and the footer will be removed completely.

remove footer


Why Can’t I Access My Footer?

  • You are in the Normal view. To access your footer, go to the Page Layout view.
  • Your page’s margins may not be set correctly. To edit them, go to Page Setup>Margins.

Why Can’t I Exit My Footer?

We might not figure out how to exit the footer option. So, if you are stuck at the footer like the figure below, follow the steps to get out.

exit footer

Steps:

  • Press ESC on your keyboard.
  • Switch to Normal view by clicking the Normal view button at the bottom right.

exit footer


Download Practice Workbook

You can download the practice workbook from the link below.


Related Articles


<< Go Back to Header and Footer  | Page Setup in Excel | Print in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Sowmik Chowdhury
Sowmik Chowdhury

Sowmik Chowdhuri, with a BSc in Naval Architecture & Engineering from Bangladesh University of Engineering and Technology, serves as a crucial Excel & VBA Content Developer at ExcelDemy. His profound passion for research and innovation seamlessly aligns with his unwavering dedication to Excel. In this role, Sowmik not only skillfully addresses challenging issues but also demonstrates enthusiasm and expertise in gracefully navigating intricate situations, highlighting his steadfast commitment to consistently deliver content of exceptional quality and value. Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo