VBA – Month Name

  • Post author:
  • Post category:VBA
  • Post comments:0 Comments

The MonthName function returns the name of the month for the specified date. Syntax MonthName(month[,toabbreviate]) Parameter Description Month − A required parameter. It specifies the number of the month.Toabbreviate − An optional…

Continue ReadingVBA – Month Name

VBA – DateDiff Function

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

A Function, which returns the difference between two specified time intervals. Syntax DateDiff(interval, date1, date2 [,firstdayofweek[, firstweekofyear]]) Parameter Description Interval − A required parameter. It can take the following values.d -…

Continue ReadingVBA – DateDiff Function