0
I have the following problem: I have 2 tabs a so-called "List" where are the names of the employees and the position that each occupies, this list with names changes monthly, as an example Official A - Post 1 / Official B - Office 2
It may be that the following month the list changes to: Official D - Office 2/ Official H - Office 10
This list shall be determined in advance for each month.
The second flap is called "Groundwork" in it is the name of the official, the date the official worked on that project, the number of hours and the description of the activity carried out. Still inside this spreadsheet there are several tabs named according to the position, ie, you have the tab Cargo 1, Cargo 2, etc. What I need to do, through VBA is check in the tab "List" the name of the official and the position he occupies and go in the tab "Groundwork" copy the information regarding the date, duration worked and job description of that employee on the list and allocate exactly in the tab referring to the position he is occupying that month. But there are two conditions in this copy, within the office tab must appear the dates between 21/[previous month] and 20/[subsequent month] in order, even if the official did not work on that date and when the dates appear duplicated, copy duplicity by placing the same date underneath each other.
In the List tab the filling is done by an employee, I created a list with the name of all employees and all positions, the employee who will touch the spreadsheet he registered the name of the person to the position that she is occupying that month.
– Jhonatan de Brito