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
Out of Office assistant on an additional mailbox
Create object leaving instance of Excel running in task manager.
Unable to copy detached files - even with "full control" permissions on remote server
RegMaid
Microsoft Access Unbound Field Problem
detoured.dll was not found error pops up whenever application is started
timedate.cpl command line options
How do i block port 25 on my vista laptop?
View PDF within an Access 2007 Form?
Using an Access 2007 ADP does not support SQL Express 2008 for table design - Better to use an ACCDB?