View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Tracking Instantaneously When the Shared Excel Workbook Is Opened.

So you wnat to know who was the last person to open a file and when they did
it even though no changes were made to the file and the file would not have
been saved. Assuming that to be the case you can get the who but not the
when.

Who opened the file is not that easy to get. The problem is that if you open
the file then the last person to open it is you... If however you open the
file using a text editor (which you can download off of the internet) you can
open the file in it's binary form. What you will see will be a whole huge
pile of meaningless characters with odd bits of legible text thrown in. One
of those bits of text will be the last person who opened the file.
--
HTH...

Jim Thomlinson


"DCE" wrote:

In the Excel menu, there are sharing and tracking selections that could be
optionally set on to collect or log and keep within period of time, either on
the screen or a separate sheet of who (id/names of people given access to the
shared workbook, when (date and time changes were made , and what cells
(ranges and changes made) changed in the worksheet within a period of time.

Question: Is there a way of tracking the who and when the file was opened
even if there were no changes made on the worksheet?