View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 2nd Form deselects list box items on main form

show the code where you show the second form and the code where you hide the
second form and show the first form again.

--
Regards,
Tom Ogilvy

"RandyDtg1" wrote in message
...
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.