Re: Time Date Last Modified
- From: "LDL" <diane@xxxxxxxxxxxx>
- Date: Tue, 3 May 2005 16:20:11 -0500
Peo and Bob, Thank you both for your responses. Diane
"Bob Phillips" <phillips@xxxxxxxxxxxxx> wrote in message
news:%23l2oRQBUFHA.2172@xxxxxxxxxxxxxxxxxxxxxxx
> Here is an 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
>
> Now you can use the following formula in one of your cells:
> =DocProps("Last save time")
>
> Obviously, the file has to have been saved.
>
> --
>
> HTH
>
> Bob Phillips
>
> "LDL" <diane@xxxxxxxxxxxx> wrote in message
> news:QZWdnUhFq-NtVOrfRVn-ow@xxxxxxxxxxxxxxx
>> I am sharing a worksheet with another person and we both are updating it
>> often throughout the day. I'd like to have a cell display the last time
> and
>> date it was modified. Can this be done? Thanks, Diane
>>
>>
>
>
.
- References:
- Time Date Last Modified
- From: LDL
- Re: Time Date Last Modified
- From: Bob Phillips
- Time Date Last Modified
- Prev by Date: How can I save a file as a comma-delimited text file in Excel?
- Next by Date: Re: How can I save a file as a comma-delimited text file in Excel?
- Previous by thread: Re: Time Date Last Modified
- Next by thread: Pivot Tables: Can I get cells to duplicate downward automatically?
- Index(es):
Relevant Pages
|