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 :
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 ?
I have Combobox on Userform, in which I have listed days of month. At the end of Userform initialize event, my code ends with :
Code:
CboDatum.ListIndex = 0