Microsoft
Software
Hardware
Network
Question : I am trying to get the "Currently" selected item in a multiple selection listbox - how can this be done?
I am trying to get the "Currently" selected item in a multiple selection listbox - how can this be done? Example if I have index item 0 and 2 selected and a user selects Item index # 3 - how can I determine which item the user selected in VBA?
Answer : I am trying to get the "Currently" selected item in a multiple selection listbox - how can this be done?
dim j
with me.list0
for each j in .itemsselected
msgbox .itemdata(j)
next
end with
Random Solutions
Set Axis value in Chart
Excel saves temp files rather than excel files
Programmatically setting folder/file permission for sharing folders
XenServer with two NICs on two LANs, trouble with networking
Can´t install Java JRE in windows 2003 Server
Need to create a tickler to indicate when a project is due or within 5-days of being due.
Connect to a Crosstab query in Access from Excel
adprep.exe taking extremely long time
failure to convert ???
Change Required Error Message - Access 2007