+ Reply to Thread
Results 1 to 2 of 2

Input original save date

  1. #1
    Forum Contributor
    Join Date
    10-29-2004
    Posts
    291

    Question Input original save date

    Is there a way for a cell to display the date the excel document in question was saved?

  2. #2
    Chip Pearson
    Guest

    Re: Input original save date

    Only with a VBA function. Put the following code in a standard
    code module.

    Function SaveDate()
    SaveDate = Format(Application.Caller.Parent.Parent. _
    BuiltinDocumentProperties("Last Save Time"), "short date")
    End Function

    Then call the function from a worksheet with

    =SaveDate()


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com


    "djarcadian"
    <[email protected]> wrote
    in message
    news:[email protected]...
    >
    > Is there a way for a cell to display the date the excel
    > document in
    > question was saved?
    >
    >
    > --
    > djarcadian
    > ------------------------------------------------------------------------
    > djarcadian's Profile:
    > http://www.excelforum.com/member.php...o&userid=15877
    > View this thread:
    > http://www.excelforum.com/showthread...hreadid=547985
    >




+ 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