How to delete Excel header and footer
In daily office work, although Excel's header and footer function is practical, it sometimes needs to be deleted or modified. This article will introduce in detail how to delete the header and footer in Excel, and attach the hot topics and hot content for the past 10 days to help you quickly master relevant skills.
1. Method for deleting Excel header footer
1.Delete through page layout
Open the Excel file, click [Page Layout] → [Page Settings] → [Header/Footer], and select "None" to delete it.
2.Delete by printing preview
Click [File] → [Print], and find the "Header/Footer" option in the print preview interface, and set it to "None".
3.Delete via VBA code
Press Alt+F11 to open the VBA editor, enter the following code and run it:
ActiveSheet.PageSetup.LeftHeader = ""
ActiveSheet.PageSetup.CenterHeader = ""
ActiveSheet.PageSetup.RightHeader = ""
2. Hot topics and hot content in the past 10 days
The following are structured data on popular topics and hot content across the Internet in the past 10 days:
date | Hot Topics | Popularity index |
---|---|---|
2023-10-01 | Travel guide for National Day holiday | 9.8 |
2023-10-03 | iPhone 15 released | 9.5 |
2023-10-05 | Nobel Prize announced | 9.2 |
2023-10-07 | Double Eleven pre-sale starts | 8.9 |
2023-10-09 | Global Climate Change Conference | 8.7 |
3. FAQs on Excel header and footer
1.Why is it still displayed after deletion?
It may be that the view mode has not been switched, so try to switch to [Page Layout] or [Normal View].
2.What should I do if the header and footer cannot be edited?
Check whether the file is protected and cancel the worksheet protection before operating.
3.How to batch delete headers and footers of multiple worksheets?
After selecting all worksheets, delete them uniformly through the page settings.
4. Summary
With the above method, you can easily delete the header and footer in Excel. At the same time, focusing on hot topics and hot content can help you better understand current trends. Hope this article helps you!
If you have other Excel-related questions, please leave a message to discuss.
check the details
check the details