Thread: listboxes
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_3_] Jim Thomlinson[_3_] is offline
external usenet poster
 
Posts: 983
Default listboxes

Just to be clear are you unloading the form or hiding the form. What you are
explaining sound more like re-activating a previously hidden form.There is an
initialize event when the form is first loaded and an activate event when the
form is selected. Post the code for both events so we can take a look.

" wrote:

Hi,

i have a list box that displays info on a userform. when the userform
is first loaded i can select rows from the list. The problem occurs
when i unload the form and then reload it. Whne i do this the list is
still poppulated with my info but i can no longer select it.

any help greatly received