I need a simple vba procedure to capture a year and a month from lists on a form and use them to return two dates, one for the first day of the month and one for the last day of the month, to text boxes on the form.
The controls are named: lstYears, lstMonths, txtStrtDt, txtEndDt