There's also the 'DateAdd' function it takes three parameters, == interval, number, date
Function AddAYear(dType, dCount, DateToIncrement) As Variant
AddToDate = DateAdd(dType, dCount, DateToIncrement)
End Function
Interval is a string for the type of increment "m" for month...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.