Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Multiple Selection from COMBOX or ListBox

I'd like to implement either a combox or listbox to allow user to select multiple items from the list. Can someon please suggest me some hints as how can I setup the combox/listbox as well as how to identify what are selected

Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Multiple Selection from COMBOX or ListBox

Set the multiselect property to the appropriate value

With Combobox1
for i = 0 to .Listcount - 1
if .selected(i) then
msgbox .list(i) & " is selected
end if
Next
End With
--
Regards,
Tom Ogilvy


"Wellie" wrote in message
...
I'd like to implement either a combox or listbox to allow user to select

multiple items from the list. Can someon please suggest me some hints as
how can I setup the combox/listbox as well as how to identify what are
selected ?

Thanks in advance



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Listbox selection ub Excel Discussion (Misc queries) 0 March 10th 09 06:43 PM
Listbox Selection Displays the Column. Scott Halper Excel Worksheet Functions 0 February 1st 07 08:50 PM
Listbox & Selection sparx Excel Discussion (Misc queries) 0 July 31st 06 10:48 PM
ListBox Multiple Selection Todd Huttenstine Excel Programming 1 April 26th 04 06:15 PM
Run a macro when new selection in listbox Georg[_3_] Excel Programming 1 December 5th 03 06:09 PM


All times are GMT +1. The time now is 05:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"