Thread
:
excel VBA code
View Single Post
#
3
Posted to microsoft.public.excel.misc
muddan madhu
external usenet poster
Posts: 747
excel VBA code
Sub test()
dys = Format(Date, "dddd")
MsgBox "Today is " & UCase(dys)
End Sub
On Feb 1, 10:04*pm, Savio wrote:
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
muddan madhu
View Public Profile
Find all posts by muddan madhu