B BobC Jan 8, 2009 #1 How do I save the file name/path and the last file save date as part of the Header or Footer of a spreadsheet? Bob
How do I save the file name/path and the last file save date as part of the Header or Footer of a spreadsheet? Bob
J Joel Jan 8, 2009 #2 I got the code below by recording a mqcro and then adding a header to the worksheet With ActiveSheet.PageSetup .LeftHeader = "&Z&F" .CenterHeader = "&D&T" End With
I got the code below by recording a mqcro and then adding a header to the worksheet With ActiveSheet.PageSetup .LeftHeader = "&Z&F" .CenterHeader = "&D&T" End With