+ Reply to Thread
Results 1 to 2 of 2

Thread: EXCEL - is there a way to insert "date modified" into

  1. #1
    Scuda
    Guest

    EXCEL - is there a way to insert "date modified" into

    a spreadsheet, similar to the FP feature?

  2. #2
    Bob Phillips
    Guest

    Re: EXCEL - is there a way to insert "date modified" into

    FP?

    You will need a 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 such as
    =DocProps ("last author") for the author
    or
    =DocProps ("last save time") for the last saved date, format the cell as
    date



    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Scuda" <Scuda@discussions.microsoft.com> wrote in message
    news:4E0B144E-9D9F-45FE-A637-FA1E6C27C4D5@microsoft.com...
    > a spreadsheet, similar to the FP feature?




+ 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.2.0