Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I would like to be able to create a header where I can either link the date
to another cell in the worksheet or be able to have the date in the header always refer to the previous month end. Such as May 31, 2007 for this month. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You need to put code in the Workbook_BeforePrint Event:
ActiveSheet.PageSetup.LeftHeader = Format(Range("A1").Value,"Short Date") for example. "mjlevie" wrote in message ... I would like to be able to create a header where I can either link the date to another cell in the worksheet or be able to have the date in the header always refer to the previous month end. Such as May 31, 2007 for this month. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about a formula?
=DATE(YEAR(TODAY()),MONTH(TODAY()),0) -- Regards, Peo Sjoblom "Bob Umlas" wrote in message ... You need to put code in the Workbook_BeforePrint Event: ActiveSheet.PageSetup.LeftHeader = Format(Range("A1").Value,"Short Date") for example. "mjlevie" wrote in message ... I would like to be able to create a header where I can either link the date to another cell in the worksheet or be able to have the date in the header always refer to the previous month end. Such as May 31, 2007 for this month. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Updating a Date in a Graph Header Field | Excel Worksheet Functions | |||
Can you link a custom property to an Excel custom header text? | Setting up and Configuration of Excel | |||
Excel: custom header - is it possible to paste into header? | Excel Worksheet Functions | |||
Date Format in Custom Header | Excel Discussion (Misc queries) | |||
how do I permanetly add custom header to excel header list? | Excel Discussion (Misc queries) |