ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   modified date (https://www.excelbanter.com/new-users-excel/29364-modified-date.html)

Monty

modified date
 
Can i set up a sheet within a workbook that will give the date and the
username of every person who modifies the spreadsheet.

THANKS

MONTY

Peter Jausovec

Hi Monty,

You can use this code and put it in Workbook before close or Workbook before
save event:
ActiveSheet.Range("A1").Value = "Modified by: " & Environ("USERNAME") & ", "
& Date

Hope this helps.

--
Regards,
Peter Jausovec
(http://blog.jausovec.net)

"Monty" wrote in message
...
Can i set up a sheet within a workbook that will give the date and the
username of every person who modifies the spreadsheet.

THANKS

MONTY





All times are GMT +1. The time now is 09:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com