WeekdayName (weekday) returns A String containing the weekday denoted by weekday : WeekdayName « Date Functions « VBA / Excel / Access / Word






WeekdayName (weekday) returns A String containing the weekday denoted by weekday

 
Sub dateDemo17()
   Debug.Print WeekdayName(Weekday(#4/1/2006#))
End Sub

 








Related examples in the same category

1.WeekdayName(Weekday(Date))
2.WeekdayName(Weekday(Date), True)