Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Pheasant Plucker®
 
Posts: n/a
Default Having footer reflect date of last edit/revision?

Hi there,

I have a spreadsheet that uses a custom footer as follows;

"Last Revised: & [Date} & [Time]"

However using this custom footer when this spreadsheet is viewed with Print
Preview the date always reflects the current system date/time not the date
the spreadsheet was last edited/updated/revised which is what I want.

Also if the spreadsheet is just opened to be viewed when closing the
spreadsheet I am prompted;

"Do you want to save the changes you made to 'Spreadsheet'?"

....which can be confusing as sometimes it can be difficult to know whether
changes were made or not!

Not only that but it is impossible to verify which version people are using
as the date/time reflects the time it was opened on their systems.

ISTR that it did not always behave like that but I could of course be
mistaken...

Is there a way to have this footer reflect the date the spreadsheet was
actually edited/updated/revised and retain that date/time until such times
as it is actually edited/updated/revised and not just viewed?

Thanks & regards,
-=pp=-


  #2   Report Post  
Posted to microsoft.public.excel.misc
JMB
 
Posts: n/a
Default Having footer reflect date of last edit/revision?

To get it to retain the desired date/time you'll have to hardcode it. You
could use a macro to change the footers when you need to.

Sub Macro1()
Dim WkSht As Worksheet

For Each WkSht In Worksheets
WkSht.PageSetup.LeftFooter = _
"Last Revised: " & Date & " " & Time
Next WkSht
End Sub


"Pheasant PluckerĀ®" wrote:

Hi there,

I have a spreadsheet that uses a custom footer as follows;

"Last Revised: & [Date} & [Time]"

However using this custom footer when this spreadsheet is viewed with Print
Preview the date always reflects the current system date/time not the date
the spreadsheet was last edited/updated/revised which is what I want.

Also if the spreadsheet is just opened to be viewed when closing the
spreadsheet I am prompted;

"Do you want to save the changes you made to 'Spreadsheet'?"

....which can be confusing as sometimes it can be difficult to know whether
changes were made or not!

Not only that but it is impossible to verify which version people are using
as the date/time reflects the time it was opened on their systems.

ISTR that it did not always behave like that but I could of course be
mistaken...

Is there a way to have this footer reflect the date the spreadsheet was
actually edited/updated/revised and retain that date/time until such times
as it is actually edited/updated/revised and not just viewed?

Thanks & regards,
-=pp=-



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Changing date format in a footer Gord Dibben Excel Discussion (Misc queries) 2 December 9th 05 06:36 PM
How do I change the default date format in an Excel Footer Burki Setting up and Configuration of Excel 1 February 4th 05 02:15 AM
Date issue between Windows and Macintosh version dlg1967 Excel Discussion (Misc queries) 4 January 19th 05 03:51 PM
Date in Footer Karen Excel Worksheet Functions 1 November 22nd 04 05:33 PM


All times are GMT +1. The time now is 09:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"