From thread705-664946
Apparently this is for the first Saturday of the next month.
DateSerial(Year(mydte), Month(mydte) + 1, 1 + (7 - Weekday(DateSerial(Year(mydte), Month(mydte) + 1, 1))))
How can I make this work for the First Monday of the current month?
Thanks
Veronica
Apparently this is for the first Saturday of the next month.
DateSerial(Year(mydte), Month(mydte) + 1, 1 + (7 - Weekday(DateSerial(Year(mydte), Month(mydte) + 1, 1))))
How can I make this work for the First Monday of the current month?
Thanks
Veronica