Hi there,
I would like to give a user the option to pick a date from a list (without seeing it).
I would like to do it with 3 combobox so that user can pick separately year, month and day but only for what valid (in the list).
for example, for the dates 1/1/2006-15/2/2006:
1. user picks combobox for year: 2006
2. user picks combobox for month: 1 or 2
3. user picks combobox for day: 1-31 (for month 1) or 1-15 (for month 2, which means he can't even see 16-31 in that combox)
To be clear - there can be a case when 8/1/2006 is not on the list so when you pick 2006 and then 1 you don't see the 8 option in the combobox.
how can I do that?
is it necessary to use VBA or can I do it more simple?
Thank you!
Bookmarks