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
Problems with parsing an error message into a label on a form
cross tab sql query
RDP in Adminpak.msi for Windows Server 2003/XP: How to turn off the connect local resource option
extract numbers from a cell
Error when attaching database after move.
Windows 2008 Server immediately logging off Terminal Services sessions created from .msi / Windows Install Package
A Beautiful Disaster, multiple issues on Windows 7 / Vista Ultimate 64bit
How to enter the Product Key in MS Exchange 2010
sql server add valid owner
Proper syntax?