Hello,

I have Combobox on Userform, in which I have listed days of month. At the end of Userform initialize event, my code ends with :

 CboDatum.ListIndex = 0
This ofcourse sets Listindex back to first day, but I want Listindex to remain where It was last If I close and reopen Userfom. How can I correct that ?