Hi,
I have 12 sheets, each with a table with dates on, each row is for one date during that month (i.e. January sheet has 31 rows and column A is the date column), and I would like some VBA code which will check that the row for the current date has been filled in (the user either types a 0 or 1 in the cells), in its entirety (there are 6 columns). And returns either the word 'yes' or 'no' to a cell on a different sheet.
I am not sure if the code needs to use the system date? Either way I am not sure what code to use to do this so any help is greatly appreciated.
I have 12 sheets, each with a table with dates on, each row is for one date during that month (i.e. January sheet has 31 rows and column A is the date column), and I would like some VBA code which will check that the row for the current date has been filled in (the user either types a 0 or 1 in the cells), in its entirety (there are 6 columns). And returns either the word 'yes' or 'no' to a cell on a different sheet.
I am not sure if the code needs to use the system date? Either way I am not sure what code to use to do this so any help is greatly appreciated.