I have a timesheet workbook that creates and modifies up to 40 timesheets. I need to send a daily summary sheet to an email address each morning for the individuals' activities for the previous day.
Need to go to the first sheet that has a name like XXX_1234A (where XXX is any three letters and 1234A is any 4 numbers followed by an A, D, or WG.
Then extract first and last name, place an X in a field if they have a vehicle (this is determined on the sheet by a TRUE occurring for one 3 fields None, Personal, or Rental), the start time, the end time, the status (M, O, S, D), the total hours (for that status), if there is a second (or 3rd or 4th) status for that person, fill in the a next row with the start time, end time, status, and total hours
Then go to the next sheet and get the same info until ALL sheets have been "looked at".
I THINK I get the logic but get lost when I try to make it happen.
Need to go to the first sheet that has a name like XXX_1234A (where XXX is any three letters and 1234A is any 4 numbers followed by an A, D, or WG.
Then extract first and last name, place an X in a field if they have a vehicle (this is determined on the sheet by a TRUE occurring for one 3 fields None, Personal, or Rental), the start time, the end time, the status (M, O, S, D), the total hours (for that status), if there is a second (or 3rd or 4th) status for that person, fill in the a next row with the start time, end time, status, and total hours
Then go to the next sheet and get the same info until ALL sheets have been "looked at".
I THINK I get the logic but get lost when I try to make it happen.