VBA

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