I have a spreadsheet that consists of 12 months (1 one on each sheet). On each sheet there are 29 to 31 Named Ranges, referencing each day of the month (i.e., "JanRange01" etc.). And each Named Range consists of 16 rows. In the first column of each range there is merged cell of all 16 rows, which lists a date in the format of "Monday, January 1, 2024".
What I need to do is to hide the Named Range for every date that represents a Sunday. I know the VBA code for hiding the row of the cell that contains the actual date formula (first cell in the merged cells), but I need to hide the entire range where the particular date cell is located.
Any help with this matter would be greatly appreciated.
What I need to do is to hide the Named Range for every date that represents a Sunday. I know the VBA code for hiding the row of the cell that contains the actual date formula (first cell in the merged cells), but I need to hide the entire range where the particular date cell is located.
Any help with this matter would be greatly appreciated.