vipersdoom
New Member
Hey Guys,
I'm trying to find a macro which will record the time for a task that i do. To be precise we have different teams involved in the same project and we are trying to find a solution to track the time spent by each of the employee in that particular project. Is it possible to create a macro where, when a employee starts working on the project he can just click on the start button and when is done he can click the stop button and the time will get captured automatically. They should not be able to alter the time cells which shows the time spent on the project. I'll give sample layout of the Design of the sheet.
Example :
Cell A2 - User Name
Cell A3 - Task1
Cell A4 - Date as per the user's system date
Cell A5 - Start Button
Cell A6 - Stop Button
Cell A7 - Time taken(hh:mm:ss) (which gets automatically calculated as per the entries
of A5 & A6 and cannot be edited)
It would be really great if you could give the code. Would really help me complete my work faster.. I'm really new in macro and i seriously don't have any idea how to do this. But i heard from a friend that with the help of macro i might be able to get a solution.
I'm trying to find a macro which will record the time for a task that i do. To be precise we have different teams involved in the same project and we are trying to find a solution to track the time spent by each of the employee in that particular project. Is it possible to create a macro where, when a employee starts working on the project he can just click on the start button and when is done he can click the stop button and the time will get captured automatically. They should not be able to alter the time cells which shows the time spent on the project. I'll give sample layout of the Design of the sheet.
Example :
Cell A2 - User Name
Cell A3 - Task1
Cell A4 - Date as per the user's system date
Cell A5 - Start Button
Cell A6 - Stop Button
Cell A7 - Time taken(hh:mm:ss) (which gets automatically calculated as per the entries
of A5 & A6 and cannot be edited)
It would be really great if you could give the code. Would really help me complete my work faster.. I'm really new in macro and i seriously don't have any idea how to do this. But i heard from a friend that with the help of macro i might be able to get a solution.