View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Claus Mygind Claus Mygind is offline
external usenet poster
 
Posts: 2
Default Multi Selection in a ListBox

I have written an app in excel version 2002 with SP-1
installed. It contains a userform with a listbox.
The "MultiSelect" property is set to
1-fmMultiSelectMulti. This works fine with this version
and higher. But when I run the app on version 2000, the
selected items do not return a value of "True". However
if I reset the property to 0-fmMultiSelectSingle it works
fine.

How can I overcome this problem?