Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is the code I'm working with. Cell A4 will contain text (cells
formatted to text), January 2007 for example. I'd like that to appear on the footer. It inserts it but formats it as 1/1/2007. I'd like it to just have the whole month and year. Thanks With ActiveSheet.PageSetup ActiveSheet.PageSetup.RightFooter = _ Format(Worksheets("Detail").Range("A4").Value).Tex t End With |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Footer date format | Excel Discussion (Misc queries) | |||
How do i change the date format in a footer? | Excel Discussion (Misc queries) | |||
Footer date format | Excel Discussion (Misc queries) | |||
How do I format the date in a footer? | Excel Discussion (Misc queries) | |||
auto format of info in footer | Excel Programming |