J
Joe Bohen
The code
.Month = Month(Date) - 1
.Day = Day(Date) - Day(Date) + 1
.Year = Year(Date)
is used to set the date on a calendar control to the first
of the previous month. How would I set the date to the
last day of the previous month?
Any help much appreciated.
Joe
.Month = Month(Date) - 1
.Day = Day(Date) - Day(Date) + 1
.Year = Year(Date)
is used to set the date on a calendar control to the first
of the previous month. How would I set the date to the
last day of the previous month?
Any help much appreciated.
Joe