VBA – WeekDay Name

  • Post author:
  • Post category:VBA
  • Post comments:1 Comment

The WeekDayName function returns the name of the weekday for the specified day. Syntax WeekdayName(weekday[,abbreviate[,firstdayofweek]]) Parameter Description Weekday − A required parameter. The number of the weekday.Toabbreviate − An optional parameter. A…

Continue ReadingVBA – WeekDay Name