|
Question : Excel VBA Pop-up calendar
|
|
Hi! In the example attached I have microsoft calendar on userform1. I have 6 comboboxes created by controltoolbox, each corresponds for start-up and cut-off date. I started to write macros for them, so that on clicking on dropdown button a pop-up calendar appears and allows to put-in the date for each combobox separately. I am struggled at following issues: - pop-up calendar appears second time again when i have already selected the date. it is not necessary; - by somehow when i drop down combobox2 and select a date, it does not appear in this one, but ather in combobox1. which is unclear to me, since the macro for combobox1 is already ended. - by clicking on cancel button on pop-up calendar i want that no date at all is returned, so that is possible to leave appropriate combobox blank without choice.
Thanks in advance, Stan
|
|
Answer : Excel VBA Pop-up calendar
|
|
Try this
|
|
|
|