Hi there,
I´m developing an Excel sheet. After the user input a date in B6, all cells down to B90 are filled automatically with the right date.
What I need now is to change the row background color as long as that row belongs to a "B" cell that is a holiday (Saturday or Sunday), and I need to do it through VBA because this excel file will be handled by non technical people, so the whole process must be very easy to accomplish (I know how to perform this through CF using weekday, but that won´t do it for the reason I just wrote... it must be easier than that).
Thanks in advance!
I´m developing an Excel sheet. After the user input a date in B6, all cells down to B90 are filled automatically with the right date.
What I need now is to change the row background color as long as that row belongs to a "B" cell that is a holiday (Saturday or Sunday), and I need to do it through VBA because this excel file will be handled by non technical people, so the whole process must be very easy to accomplish (I know how to perform this through CF using weekday, but that won´t do it for the reason I just wrote... it must be easier than that).
Thanks in advance!