2nd Form deselects list box items on main form
I have a user form with a multi select list box. One of my functions selects
list items recommended for the user. I then put up a second form with the
selected count, but when the 2nd form is hide or unload, selected items on the
first form get unselected.
It works with a msgbox, but I would rather use the 2nd form because I use mouse
move to hide the form, and that I think is neat.
What causes the listbox items to loose their selected status?
Thanks.
|