Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there any option to display the document properties in header or footer.
thanks |
#2
![]() |
|||
|
|||
![]()
This prints the last saved time in the header.
Private Sub Workbook_BeforePrint(Cacel As Boolean) With ActiveWorkbook .ActiveSheet.PageSetup.LeftHeader = "Last saved on: " & _ Format(.BuiltinDocumentProperties("Last Save Time"), "dd mmm yyyy") End With End Sub goes in the ThisWorkbook code module -- HTH RP (remove nothere from the email address if mailing direct) "r_najafi" wrote in message ... Is there any option to display the document properties in header or footer. thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
print page properties | Excel Discussion (Misc queries) | |||
Excel Web Page Printing | Excel Discussion (Misc queries) | |||
Default header in Excel under page set-up | Excel Discussion (Misc queries) | |||
print header or footer on first page only | Excel Discussion (Misc queries) | |||
Same Cell Header For Every Page | Excel Discussion (Misc queries) |