I've been trying to learn the commands in VBA for a few days to automate a company employee's time tracking worksheet.
I have a sheet with employee names and a calendar as follows:
horas Local Projeto horas Local Projeto ....
COLABORADOR FUNÇÃO 8-Mar 8-Mar 8-Mar 9-Mar 9-Mar 9-Mar
felipe exemplo 9:04
joão exemplo
And another sheet where I load the time bank I pull from the system in the following way.
Shows the day with time of entry and exit.
felipe 8-Mar 7:50
felipe 8-Mar 16:54
joão 8-Mar 7:43
joão 8-Mar 17:00
...
I need to compare the employee's name and allocate hours worked on the day. The location and project will be uploaded by another medium.