Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
CRayF
 
Posts: n/a
Default Display "Last updated date" for the Workbook (without using a macr

Is there a way to diasplay in a cell the "Last updated date" the workbook was
saved without using a marco?
thanks in advance,
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

don't think you can.

--
HTH

Bob Phillips

"CRayF" wrote in message
...
Is there a way to diasplay in a cell the "Last updated date" the workbook

was
saved without using a marco?
thanks in advance,



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Display "Last updated date" for the Workbook (without using a

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" wrote in message
...
Is there a way to diasplay in a cell the "Last updated date" the workbook

was
saved without using a marco?
thanks in advance,




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Display "Last updated date" for the Workbook (without using a

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
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" wrote in message
...
Is there a way to diasplay in a cell the "Last updated date" the workbook

was
saved without using a marco?
thanks in advance,





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 04:08 PM
How do I display a graph from one workbook to another Susan Excel Worksheet Functions 0 August 29th 05 09:49 PM
How do I format the date in a footer to display the month in lett. RBono Excel Discussion (Misc queries) 1 February 10th 05 01:59 AM
Cannot display Workbook Kit Lau Excel Discussion (Misc queries) 4 December 30th 04 02:05 PM
Stubborn toolbars in Excel 007 Excel Discussion (Misc queries) 9 December 11th 04 02:02 PM


All times are GMT +1. The time now is 11:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"