EndOfMonth
Last day of the month
Calculates the last day of the month.
"Jim Doherty"
Original Author: Newsgroup Posting
Code
Function EndOfMonth (D As Variant) As Variant
EndOfMonth = DateSerial(Year(D), Month(D) + 1, 0)
End Function
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.