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
auto log off and close forms if idle problem
Computer Browsing (My Network Places)
How do I move a worksheet from one spreadsheet to another, while keeping all formulas exactly the same (so it doesn't move the file name with it)?
Converting an Access Date/Time column's value to a DateTime object
Visual Studio 2008; Website project; bin folder now showing?
Access 2007 - Query - String Manipulation - I need to cut delete the first two Characters in a Field based on criteria
smartheap error
Unable to find control
How to Set Up POP Connector on SBS with NEw AT&T Settings
How do I import data from excel directly into a sharepoint calendar?