I need it to automatically grab the value of current time at a particular moment when the user does a specific action (like pressing a button maybe). The thing is, I need it to keep that value of time and not continue to update is as it generates new registrys in the rows below it.
What I'm trying to get is an Excel workbook that logs and keeps track of the time that my employees get to work, reason for which I dont want the user inputing the value of time but rather just pressing a button in a user form and the computer automatically generating and storing that data for later use by the admin.
The problem is that the Now() function always updates to the current time.
Help is appreciated!
Worksheet_Change. – Scott - Слава Україні May 30 '15 at 21:24