1
I’ve been trying for days to learn the commands in VBA to automate a company’s employee hours control spreadsheet.
I have a sheet with the names of the employees 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 charge the bank of hours pulling from the system with the following form.
Shows the day with check-in and check-out times.
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 name and allocate the hours worked on the day. The site and project will be loaded by another means.


