J
jonck
Hi all,
I'm trying to program a little macro in Excel where (after some other
things have taken place) the user should be able to select the topics
that he wants from a listbox. However, I'm experiencing problems with
the MultiSelect option of the listbox. When I try to populate the
listbox with the fmMultiSelectSingle option, everything works fine
(except of course for the fact that the user can now only select 1
option at a time). When I then choose the fmMultiSelectMulti option for
the listbox, and I run the app, when the point is reached where the
listbox is going to be populated (tried both setting the List() as well
as using the addItem method) Excel crashes.
Has anyone experienced anything similar? Does anyone know a workaround?
Thanks for any help, Jonck
I'm trying to program a little macro in Excel where (after some other
things have taken place) the user should be able to select the topics
that he wants from a listbox. However, I'm experiencing problems with
the MultiSelect option of the listbox. When I try to populate the
listbox with the fmMultiSelectSingle option, everything works fine
(except of course for the fact that the user can now only select 1
option at a time). When I then choose the fmMultiSelectMulti option for
the listbox, and I run the app, when the point is reached where the
listbox is going to be populated (tried both setting the List() as well
as using the addItem method) Excel crashes.
Has anyone experienced anything similar? Does anyone know a workaround?
Thanks for any help, Jonck