+ Reply to Thread
Results 1 to 8 of 8

Date a worksheet was last updated

  1. #1
    Registered User
    Join Date
    02-16-2005
    Location
    Oklahoma City
    MS-Off Ver
    Office 365
    Posts
    56

    Date a worksheet was last updated

    I have an Excel 2003 workbook with several worksheets. In each worksheet, I want to show the date that the worksheet (not the workbook) was last updated.

    There is no Insert > Field feature in Excel like there is in Word, but is there something similar in Excel? Would a macro be the solution?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    You'd have to have code that changes a date on the sheet (or a named constant) each time the sheet is modified. Doing so would kill Undo, which, IMO, is a heavy price to pay.

    Or maybe you could maintain public variables that maintain the dates for each sheet, and write them out when the workbook is saved ...
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    I have some workbooks in which I use the Share and Protect ability(with track changes) to track each and every change within the workbook (well, most changes). Then when I go to "Track Changes" > "Highlight Changes", I chose to show them on a separate sheet. That shows who made what changes when and what they changed.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    02-16-2005
    Location
    Oklahoma City
    MS-Off Ver
    Office 365
    Posts
    56
    Excellent suggestion, but I'm afraid it won't satisfy the requirements in this situation. Each worksheet in this workbook contains project status information for a different person. Our management wants to be able to go to a worksheet and see the date that that person last updated his or her project status information.

  5. #5
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582
    It won't work because management needs an easier way? You could have a macro do it, connected to a button (on each page). The boss will automatically be on a "history" sheet which documents changes from oldest to newest. The history sheet is not saved when the workbook is saved.

  6. #6
    Registered User
    Join Date
    02-16-2005
    Location
    Oklahoma City
    MS-Off Ver
    Office 365
    Posts
    56
    Yes, management wants an easier way to see the date each worksheet was last updated. And to tell you the truth, I want an easier way to implement the solution. In a Word 2003 document, it takes only a few seconds to insert a SaveDate field. It seems that there should be a similarly quick and simple way to implement a similar solution in an Excel worksheet. I guess that may be wishful thinking. Oh well, I will probably try your suggestion tomorrow and discover that it works great :-)

  7. #7
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    In fairness, Word doesn't have a 'Page Changed' field, and you can access the last modified date of an Excel file.

  8. #8
    Registered User
    Join Date
    02-16-2005
    Location
    Oklahoma City
    MS-Off Ver
    Office 365
    Posts
    56
    Hmmm -- you're absolutely right. Good point!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1