Day of the Week in Excel
Thursday:
Sub YouWhereThere()
s = DateValue("June 12 2008")
MsgBox (Format(s, "dddd"))
End Sub
--
Gary''s Student - gsnu200832
"Kat5813" wrote:
If I have a certain date in a field, say June 12, 2008, is there anyway to
do something that will tell me what day of the week that was.
|