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
Is there a way to have excel notify you of a change made on a particular spreadsheet?
Read matching files in a folder, read one of them and insert the Data in a Table
Freezing problem on random conditions
VBA - Combo Box ID
Access Calendar Control Help
How to convert this VB.NET code to VC# code?
MS Access table with variable number of fields - adding field values
Normal.dot NOT set to read-only, but i cannot delete or rename it
Question about Win7 x64 and 32-bit programs.
SQL Delete Syntax