Hi team,
I would like to slightly modify the code below, which is a small part of bigger macro:
If Month(Date) < 3 Then
MsgBox "Not yet available.", vbExclamation
Exit Sub
End If
So basically, if today's month is February and I am trying to run macro specified only for the month of March...