View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim[_15_] Tim[_15_] is offline
external usenet poster
 
Posts: 6
Default Checking Listbox Items

Hi, All.

I have a wizard that includes a listbox. When the wizard is initialized,
the entries in cells A1:A14 populate the listbox using the .AddItem method.
The listbox has the ListStyle property set to 1-fmListStype Option and the
MultiSelect property as 1-fmMultiSelectMulti. When the user selects a
number of the items in the list, the selected items populate a range that is
B1:B14 (or less, depending on the number of items selected). What I am
having trouble doing is placing checkmarks next to the [previously selected]
item the second, and subsequent, time the wizard runs. Any help would be
greatly appreciated.