C CH-DE-FDS APRIL Nov 17, 2008 #1 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
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
M Mike H Nov 17, 2008 #2 Try this Private Sub Workbook_BeforePrint(Cancel As Boolean) ActiveSheet.PageSetup.LeftFooter = Range("$A$1") End Sub Mike
Try this Private Sub Workbook_BeforePrint(Cancel As Boolean) ActiveSheet.PageSetup.LeftFooter = Range("$A$1") End Sub Mike