Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to Include a version ID (contained in a specific cell) as part of a
footer in Excel 2003 what format should I use? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this
Private Sub Workbook_BeforePrint(Cancel As Boolean) ActiveSheet.PageSetup.LeftFooter = Range("$A$1") End Sub Mike "CH-DE-FDS APRIL" wrote: I want to Include a version ID (contained in a specific cell) as part of a footer in Excel 2003 what format should I use? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i include the contents of a spreadsheet cell in the footer? | Excel Discussion (Misc queries) | |||
link to a cell's contents | Excel Worksheet Functions | |||
link to a cell's contents | Excel Worksheet Functions | |||
Can I link a cell's contents to the header or footer in Excel? | Excel Discussion (Misc queries) | |||
How do I print a cell's contents as a footer? | Setting up and Configuration of Excel |