Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I found this simple code (below) to place the date and time my file was last
saved into cell "A1". I like it a lot, but now I need to put the date and time the file was last saved into the center section of a footer. How do I specify that placement? Quin Private Sub Workbook_Beforesave(ByVal saveasiu As Boolean, Cancel As Boolean) Sheets(1).Range("A1").Value = Now End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible to save a custom header or footer? | Excel Discussion (Misc queries) | |||
Save Custom Footer | Excel Discussion (Misc queries) | |||
Save a header or Footer | Excel Discussion (Misc queries) | |||
changing footer before save | Excel Programming | |||
Landscape Orientation when Footer set using mso-footer-data Disappear | Excel Programming |