Help!

Display "Last updated date" for the Workbook (without usin..

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Worksheet Functions RSS
Next:  What is the spreadsheet function in excel  
Author Message
CRayF
External


Since: Sep 18, 2005
Posts: 4



PostPosted: Tue Sep 13, 2005 12:58 am    Post subject: Display "Last updated date" for the Workbook (without using
Archived from groups: microsoft>public>excel>worksheet>functions (more info?)

Is there a way to diasplay in a cell the "Last updated date" the workbook was
saved without using a marco?
thanks in advance,
Back to top
Bob Phillips
External


Since: Jun 08, 2004
Posts: 5103



PostPosted: Tue Sep 13, 2005 9:47 am    Post subject: Re: Display "Last updated date" for the Workbook (without us [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

don't think you can.

--
HTH

Bob Phillips

"CRayF" <CRayF RemoveThis @discussions.microsoft.com> wrote in message
news:41747375-B34C-4DDC-A2DD-E4FE1BBB7D07@microsoft.com...
> Is there a way to diasplay in a cell the "Last updated date" the workbook
was
> saved without using a marco?
> thanks in advance,
Back to top
Rich Hartmann
External


Since: Oct 28, 2009
Posts: 1



PostPosted: Wed Oct 28, 2009 11:37 am    Post subject: Re: Display "Last updated date" for the Workbook (without using a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Is there a macro that can display the last updated date in a spreadsheet?
Rich

"Bob Phillips" wrote:

> don't think you can.
>
> --
> HTH
>
> Bob Phillips
>
> "CRayF" <CRayF.DeleteThis@discussions.microsoft.com> wrote in message
> news:41747375-B34C-4DDC-A2DD-E4FE1BBB7D07@microsoft.com...
> > Is there a way to diasplay in a cell the "Last updated date" the workbook
> was
> > saved without using a marco?
> > thanks in advance,
>
>
>
Back to top
Gord Dibben
External


Since: Feb 23, 2004
Posts: 9178



PostPosted: Wed Oct 28, 2009 1:55 pm    Post subject: Re: Display "Last updated date" for the Workbook (without using a [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sub lastsavetime()
With ActiveSheet
.Range("A1").Value = "Last Saved "
.Range("B1").Value = Format(ThisWorkbook.BuiltinDocumentProperties _
("Last Save Time"), _
Format("yyyy-mmm-dd hh:mm:ss"))
End With
End Sub


Gord Dibben MS Excel MVP

On Wed, 28 Oct 2009 11:37:01 -0700, Rich Hartmann <Rich
Hartmann.RemoveThis@discussions.microsoft.com> wrote:

>Is there a macro that can display the last updated date in a spreadsheet?
>Rich
>
>"Bob Phillips" wrote:
>
>> don't think you can.
>>
>> --
>> HTH
>>
>> Bob Phillips
>>
>> "CRayF" <CRayF.RemoveThis@discussions.microsoft.com> wrote in message
>> news:41747375-B34C-4DDC-A2DD-E4FE1BBB7D07@microsoft.com...
>> > Is there a way to diasplay in a cell the "Last updated date" the workbook
>> was
>> > saved without using a marco?
>> > thanks in advance,
>>
>>
>>
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Worksheet Functions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum