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
Login box keeps coming up in Outlook 2007 using Exchange 2007
Cannot run chkdsk in Windows 7. Windows 7 says drivers failed to install.
Hyper-V Licensing
Query: order within group
Downgrade Windows Vista Ultimate to Vista Professional
Problem with vista update The error code is 80073712
Output the Month's Name?
Telerik Reporting, Report Viewer
Make an Access Report when opened default to last page.
Web Projects