Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 49948

ListIndex - combobox

$
0
0
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 :

Code:

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 ?

Viewing all articles
Browse latest Browse all 49948

Trending Articles