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
Using the SCardTransmit method
SQL Query to delete all records older than 365 days
Declare variable in Microsoft SQL Server Management Studio
how many vCpu to assign to SBS2008 on a ESXi 4.0 server
Why can I not find the InvokeRequired and SetTextCallback Options
Using alternative to LIMIT command and using INNER JOIN in MS SQL Query
XML Parsing Error: undefined entity
How to handle attachment-type fields in Access 2007
Can't login into Windows XP
Microsoft Office Communicator 2007 R2 auto login enternally what not a member of Domain??