In this section you can find VBA functions and subroutines to operate on date & time.
The functions are listed below:
- Function to return the number of days in a specified month (
daysInMonth
)
- Function to count the number of months between to dates (
monthsDifference
)
- Function to count the number of weeks between to dates (
weeksDifference
)
- Function to count the number of working days between two dates (
workingDaysDifference
)
daysInMonth
)monthsDifference
)weeksDifference
)workingDaysDifference
)