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
Sending multiple emails
VBA Macro to edit .bat file
Run application in safe mode (run key doesnot work?)
Running Adprep on win2000 domain
How to generate a sql report with dynamic report filter and display the results dynamically?
How to Use .NET SqlBulkCopy to Import an Excel File into SQL Server
how to format date with Html.TextBoxFor helper ?
Data Type Mismatch in Criteria Expression - Using DateDiff function
Cursor not declared when trying to connect
Multiple COUNT functions using one SELECT