raef.qawasmi
New Member
Hello guys
I have one workbook for each month, contains a worksheet for each day (31 sheets) Cell A1 of each sheet is a date cell.
what i need to do is to hide the sheet IF the sheet's date (A1) is not equal the computer's date:
If A1 <> today() then sheet.visible = xlSheetVeryHiden (this line only for clarification)
Thank you in advance
Raef
I have one workbook for each month, contains a worksheet for each day (31 sheets) Cell A1 of each sheet is a date cell.
what i need to do is to hide the sheet IF the sheet's date (A1) is not equal the computer's date:
If A1 <> today() then sheet.visible = xlSheetVeryHiden (this line only for clarification)
Thank you in advance
Raef