Thread
:
excel VBA code
View Single Post
#
10
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
excel VBA code
MsgBox Weekday(Date)
MsgBox Format(Date, "dddd")
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Savio" wrote in message
...
Any idea how to use VBA code to check if the current day is a
particular day ?
example : check if today is saturday
thanks
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett