hi I have a simple work book with 12 worksheets one for each month.
what I need is on open of the work book the relevant month sheet must open the others must stay hidden.
I have tried something like below but cannot get it to work
If Day(Date) <= ("01/01/2016") Then
Sheets("January 2016").Visible = False
Else
Sheets("January 2016").Visible = True
End If
-------------------------------------------------------------------------------
Mod edit: Question moved to appropriate section
what I need is on open of the work book the relevant month sheet must open the others must stay hidden.
I have tried something like below but cannot get it to work
If Day(Date) <= ("01/01/2016") Then
Sheets("January 2016").Visible = False
Else
Sheets("January 2016").Visible = True
End If
-------------------------------------------------------------------------------
Mod edit: Question moved to appropriate section
Last edited by a moderator: