View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default 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.