#1   Report Post  
Melissa
 
Posts: n/a
Default Tracking Access

I have a worksheet password protected for opening, how can I track who
accesses this file?
  #2   Report Post  
 
Posts: n/a
Default

hi,
in one of our files we do this:

rivate Sub Workbook_Open()

Sheets("TTD").Range("IQ2").End(xlDown).Offset(1,
0).FormulaR1C1 = Now()
Sheets("TTD").Range("IQ1").End(xlDown).Offset(1, 0).Copy
Sheets("TTD").Range("IQ1").End(xlDown).Offset(1,
0).PasteSpecial Paste:=xlValues
Sheets("TTD).Range("IQ1").End(xlDown).Offset(0,
1).FormulaR1C1 = Application.UserName
Sheets("TTD).Range("A1").select
Worksheets("Main").Activate
End Sub

Opps. three of the above lines wrapped. all lines should
start with sheets or worksheets
We have a similar sub Workbook close that list time out.
problems occur with this when the WB is opened by more
than 1 person at a time and is difficult to analyse.
We are thinking about setting up a seperate file and have
the code log the time in and out in that file so each
possible user can have their own time in and out. no
decision on that yet. no developement either.

-----Original Message-----
I have a worksheet password protected for opening, how

can I track who
accesses this file?
.

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 to use a Access Query that as a parameter into Excel database query Karen Middleton Excel Discussion (Misc queries) 1 December 13th 04 07:54 PM
Excel aficionado wants to learn Access Hari Excel Discussion (Misc queries) 0 December 3rd 04 06:03 AM
Excel aficionado wants to learn Access Hari Excel Discussion (Misc queries) 0 December 3rd 04 05:47 AM
Excel aficionado wants to learn Access Hari Excel Discussion (Misc queries) 0 December 3rd 04 05:45 AM
Excel user desires to learn ABC of Access Hari Excel Discussion (Misc queries) 1 December 3rd 04 02:32 AM


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