ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How can I clear the list of built-in footers in Excel? (https://www.excelbanter.com/excel-discussion-misc-queries/24921-how-can-i-clear-list-built-footers-excel.html)

Willy Lumague

How can I clear the list of built-in footers in Excel?
 
How can I clear the list of built-in footers in Excel?

Gary Brown

Assuming you are talking about Print Footers:

Select...
FILE / PAGE SETUP / CUSTOM FOOTER

Then highlight the section (left, center or right) and delete the contents.

Select...
OK / OK

Programatically, you would use something like...
'/============================/
Sub FootersDelete()
With ActiveSheet.PageSetup
.LeftFooter = ""
.CenterFooter = ""
.RightFooter = ""
End With
End Sub
'/============================/

HTH
--
Gary Brown



"Willy Lumague" wrote:

How can I clear the list of built-in footers in Excel?


Gord Dibben

Willy

You don't.

The only thing you can change in there is the user name at
ToolsOptionsGeneral and the Author you find under FilePropertiesSummary.


Gord Dibben Excel MVP

On Thu, 5 May 2005 00:52:03 -0700, "Willy Lumague"
wrote:

How can I clear the list of built-in footers in Excel?




All times are GMT +1. The time now is 06:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com