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
Displaying Icon over an Image
SCCM Application to delete old Computers from SCCM Database & Active Directory?
VB.NET: get control by name and Reflection performance
Windows 7 + Visual Basic 2008 + COM libraries
Sum in datasheet subform with dlookup fields
What is the best for multiple iif statements access 2003
Report failure notification in SQL REPORTING
Remove Recurrence button is greyed out for outlook tasks can not delete
stsadm.exe not found with WSS 3.0 installation
TCP/IP Send/Recieve Files