Check two different cells
I have a worksheet which keeps up with personnel assignments. Column "C" has employee names, column "E" has employees days off in the format "M/T", T'W" etc. Cell G2 has the Now() formula which puts the current date in, and cell G3 has the day of the week. Column F is where the "Status" for the day goes; "8" for working, "V" for vacation, "RDO" for regular days off, etc.
I would like to know how to write VBA code to check an employees days off and if one of the days off is the current day of the week, then "RDO" would automatically be placed in column F. I assume it would have to be a worksheet change event? Maybe?
Last edited by billy1r; May 25th, 2012 at 03:19 PM..
|