+ Reply to Thread
Results 1 to 2 of 2

Excel should have a function for last date and time file was saved

  1. #1
    fwbuckley
    Guest

    Excel should have a function for last date and time file was saved



    ----------------
    This post is a suggestion for Microsoft, and Microsoft responds to the
    suggestions with the most votes. To vote for this suggestion, click the "I
    Agree" button in the message pane. If you do not see the button, follow this
    link to open the suggestion in the Microsoft Web-based Newsreader and then
    click "I Agree" in the message pane.

    http://www.microsoft.com/office/comm...heet.functions

  2. #2
    Bob Phillips
    Guest

    Re: Excel should have a function for last date and time file was saved

    Why wait?

    '-----------------------------------------------------------------
    Function DocProps(prop As String)
    '-----------------------------------------------------------------
    Application.Volatile
    On Error GoTo err_value
    DocProps = ActiveWorkbook.BuiltinDocument*Properties _
    (prop)
    Exit Function
    err_value:
    DocProps = CVErr(xlErrValue)
    End Function


    and enter in a cell such as
    =DocProps ("last author")
    or
    =DocProps ("last save time")


    --

    HTH

    Bob Phillips

    (replace xxxx in the email address with gmail if mailing direct)

    "fwbuckley" <[email protected]> wrote in message
    news:[email protected]...
    >
    >
    > ----------------
    > This post is a suggestion for Microsoft, and Microsoft responds to the
    > suggestions with the most votes. To vote for this suggestion, click the "I
    > Agree" button in the message pane. If you do not see the button, follow

    this
    > link to open the suggestion in the Microsoft Web-based Newsreader and then
    > click "I Agree" in the message pane.
    >
    >

    http://www.microsoft.com/office/comm...id=891496a8-5e
    51-46a4-b6dd-4daa6be92808&dg=microsoft.public.excel.worksheet.functions





+ 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