Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How to know the accessed date&time

Is it possible to know if an excel file on the network been openned but
without modified?

I know I can find out the modified date and created date from windows
explorer but I would like to know if my file has been read.

Thanks



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default How to know the accessed date&time

Try this ...

=================================================
Public Function ModDate()
ModDate = Format(FileDateTime("C:\Filename.xls"), "m/d/yy h:n ampm")
End Function
=================================================

replace file name with your file.

*** Please do rate ***






"Shuang Yu" wrote:

Is it possible to know if an excel file on the network been openned but
without modified?

I know I can find out the modified date and created date from windows
explorer but I would like to know if my file has been read.

Thanks




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
File cannot be accessed KMc Excel Discussion (Misc queries) 2 July 20th 06 03:56 PM
How do I count how many times an Excel workbook has been accessed damcp Excel Discussion (Misc queries) 1 June 16th 06 01:01 AM
Can't open Excel workbook. Marked " cannot be accessed. Ron Excel Discussion (Misc queries) 0 May 30th 06 02:34 PM
Return to the last accessed cell in a multiple paged file at reent Craftsman Excel Discussion (Misc queries) 0 November 15th 05 08:42 PM
How do I format dates accessed by a formula Mont22 Excel Discussion (Misc queries) 2 January 12th 05 04:09 PM


All times are GMT +1. The time now is 05:22 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"