View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Adax[_2_] Adax[_2_] is offline
external usenet poster
 
Posts: 1
Default MultiSelect & order of choose

Hello! Excel 2003, form and ListBox (MultiSelect and frmListStyleOption).
User choose some positions from the ListBox and I must to know how was order
of this choose? I want this information to order results in the sheet. For
example: I can choose position 2,3,4 of the listbox, but ones in order: 234,
next 432, 342... Is it possible get this information of choose order in
VBA? Help me please! Greetings!