LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Retrieve the date of another excel file


Mike H;2139648 Wrote:
This macro takes a path and filename from A1 and writes the date and
time of
the last modification to A2

Sub getthedate()
filedate = FileDateTime(Worksheets("Sheet1").Cells(1, 1).Value)
Worksheets("Sheet1").Cells(2, 1).Value = filedate
End Sub

Mike

"BRABUS" wrote:
-

Please can someone show me (in an idiots format) what I need to do to
show the last saved date of a different excel file that I provide the
name and file location of in one cell in my current spreadsheet and
then show it in a cell on this same spreadsheet.

Thanks
Rob




--
BRABUS
-




Thanks thats exactly what I needed.




--
BRABUS
 
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 can I retrieve a deleted excel file? jenmun13 Excel Discussion (Misc queries) 3 August 3rd 06 12:39 PM
how do i retrieve a deleted Excel file aquaman Excel Discussion (Misc queries) 2 June 14th 06 03:53 PM
Retrieve the file create date AdamBrighton Excel Discussion (Misc queries) 3 May 26th 06 04:34 PM
how do i retrieve overwritten Excel file Vaida Excel Worksheet Functions 1 April 21st 06 08:51 PM
how to retrieve a deleted file in excel cgg Excel Discussion (Misc queries) 2 April 6th 05 05:58 PM


All times are GMT +1. The time now is 02:13 PM.

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"