![]() |
Tracking workbook usage
I would like to track who opens a certain excel workbook. The macro below works great but only for those who have read/write permissions. It doesn't track users that have read-only permissions. Any ideas on what I need to do? Thank you
Private Sub Workbook_Open( Open ThisWorkbook.Path & "\TrackUsage.log" For Append As # Print #1, Application.UserName, Now, "Opened Close # End Su |
Tracking workbook usage
No I can't find another share. Those folks have a read-only permission for a reason.
|
Tracking workbook usage
If they can send emails, maybe you could do something that way.
Ron de Bruin has lots of sample code for working with email at: http://www.rondebruin.nl (But I don't know if this would be transparent all the time.) Sophia wrote: No I can't find another share. Those folks have a read-only permission for a reason. -- Dave Peterson |
All times are GMT +1. The time now is 07:16 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com