I am working on an employee schedule program. I have a worksheet (Schedule) I use that has the start time and the end time of each shift in separate cells (start time in c7, end time in f7). On a separate worksheet (EmpInfo), I have each employees availability, with their start time and end times in separate cells (start time in i4, end time in j4). One of the features I would like to implement is that when I drop a name into the schedule, it checks to make sure they are within their availability. If not, a message box would pop up to let the scheduler know they are attempting to schedule someone outside their availability.
Any ideas?
Thanks in advance.
Bookmarks