Employees do their schedule with a Excelfile on Teams.
Column A is employees, row 1 is the month and row 2 is the day. I would like to go trough all rows and columns and when it finds a value of ‘W’ in a column it also gets row 1 & row 2 at that column. So at C3, it assigns strMonth=8 & strDay=22 and like Q4 assigns strMonth=9 & strDay=5.
Have come this far, it loops trough columns in rows that has numerical in column A.