+ Reply to Thread
Results 1 to 7 of 7

How do I insert date modified in an Excel document?

  1. #1
    Josh Brewster
    Guest

    How do I insert date modified in an Excel document?

    I'm not getting this - how come I can't insert a date modified in an Excel
    document? In Word, it is really simple; the formula is a built - in feature.

  2. #2
    Registered User
    Join Date
    10-02-2005
    Posts
    30
    Modification date of what? The workbook? A cell?

    What formula in Word?

  3. #3
    Fred Smith
    Guest

    Re: How do I insert date modified in an Excel document?

    We need to know what you mean by "insert a date modified".

    Entering the current date is easy: Use Ctrl-:

    Excel also has several date functions, include =Date(year, month, day)

    Does any of this help?

    --
    Regards,
    Fred


    "Josh Brewster" <Josh [email protected]> wrote in message
    news:[email protected]...
    > I'm not getting this - how come I can't insert a date modified in an Excel
    > document? In Word, it is really simple; the formula is a built - in feature.




  4. #4
    Josh Brewster
    Guest

    Re: How do I insert date modified in an Excel document?

    What I need is a field that shows when the date was last modified, or saved.
    If you look in an Excel spreadsheet's properties, you'll see Date Created,
    Date Modified, Date Accessed. I'm interested in inserting "Date Modified."

    Must admit I'm not that great at Excel - thanks for any info you can provide!

    jb

    "Fred Smith" wrote:

    > We need to know what you mean by "insert a date modified".
    >
    > Entering the current date is easy: Use Ctrl-:
    >
    > Excel also has several date functions, include =Date(year, month, day)
    >
    > Does any of this help?
    >
    > --
    > Regards,
    > Fred
    >
    >
    > "Josh Brewster" <Josh [email protected]> wrote in message
    > news:[email protected]...
    > > I'm not getting this - how come I can't insert a date modified in an Excel
    > > document? In Word, it is really simple; the formula is a built - in feature.

    >
    >
    >


  5. #5
    JE McGimpsey
    Guest

    Re: How do I insert date modified in an Excel document?

    What aren't you getting? XL and Word have different built-in features.
    The vary from version to version as well.

    There are a myriad number of ways to "insert a date modified" in XL -
    depending on what you mean. Do you mean a date when any particular cell
    is modified? See

    http://www.mcgimpsey.com/excel/timestamp.html

    Do you mean a date when *any* cell is modified? You could modify the
    macro at the above site, or search the archives for any number of
    alternative solutions:

    http://groups.google.com/advanced_group_search

    Use *excel* in the group field.

    In article <[email protected]>,
    "Josh Brewster" <Josh [email protected]> wrote:

    > I'm not getting this - how come I can't insert a date modified in an Excel
    > document? In Word, it is really simple; the formula is a built - in feature.


  6. #6
    Gary''s Student
    Guest

    RE: How do I insert date modified in an Excel document?

    Frank Kable posted this several days ago:



    Hi
    use the following UDF:

    Function DocProps(prop As String)
    application.volatile
    On Error GoTo err_value
    DocProps = ActiveWorkbook.BuiltinDocumentProperties _
    (prop)
    Exit Function
    err_value:
    DocProps = CVErr(xlErrValue)
    End Function

    and enter in a cell
    =DOCPROPS("last save time")
    (format cell as date)

    --
    Regards
    Frank Kabel
    Frankfurt, Germany

    --
    Gary''s Student


    "Josh Brewster" wrote:

    > I'm not getting this - how come I can't insert a date modified in an Excel
    > document? In Word, it is really simple; the formula is a built - in feature.


  7. #7

    Re: How do I insert date modified in an Excel document?

    you mean Ctrl &;


+ 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