S
Savio
Any idea how to use VBA code to check if the current day is a
particular day ?
example : check if today is saturday
thanks
particular day ?
example : check if today is saturday
thanks
If Weekday(Date) = 7 Then