tmc.planning
New Member
I am looking to code vba macro to search table with dates in column C (the date format is DD-MMM). this will search and place in row list on another sheet for upcoming inspections for week 1. There will be another row for week 2 and week 3.
When sorted for dates this will copy the date in cells in date order starting from today being day 1 till day 7 (this will equal week 1), and so on for week 2 and week 3.
Along with the date will have column A and it primary name to also paste along side the date applicable to each date.
There is 2 data tables on seperate sheets which will need review both these to the same problem.
Being very new to coding and books / internet I have found myself confused.
I think I can use case 1, case 2, case 3 for each worksheet
Can someone please assist with guidance where to begin?
When sorted for dates this will copy the date in cells in date order starting from today being day 1 till day 7 (this will equal week 1), and so on for week 2 and week 3.
Along with the date will have column A and it primary name to also paste along side the date applicable to each date.
There is 2 data tables on seperate sheets which will need review both these to the same problem.
Being very new to coding and books / internet I have found myself confused.
I think I can use case 1, case 2, case 3 for each worksheet
Can someone please assist with guidance where to begin?