Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This works great. Hats off to you.
"Don Guillett" wrote: Put this in the ThisWorkbook module. Private Sub Workbook_BeforePrint(Cancel As Boolean) With ActiveSheet .PageSetup.CenterHeader = Format(Date, "mmmm") End With End Sub -- Don Guillett SalesAid Software "Dar" wrote in message ... Is it possible to have a Month formula in a custom header, so that as the new month begins, the header will display the Name of the Month. Example, =Text(Today(),"mmmm") will show December right now in a cell, and when January arrives, will show January. But I want somehow to have the Month show up in the header, since others will be using the worksheet and don't want to have to change the header themselves. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula for calculating 12 month rolling period | Excel Discussion (Misc queries) | |||
Weekday formula calculating to end of month | Excel Worksheet Functions | |||
Formula = Today's date + 1 month | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula for # of sales days in a month? | Excel Worksheet Functions |