Hi all
I have a workbook, where when opened, I need to log the user, date and time of opening, and then save the event.
The event is written to a sheet hidden from the user named "User_Data"
Simple 2 lines of code to achieve this:-
Sub Workbook_Open()
Sheets("User_Date").Range("A"...