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
WINXP OUTLOOK EXPRESS LOST INBOX
how to convert a project into exe file?
Event id:54
OWA Impersonation Read Email Exchange 2010
C# -- dataGridViewTextBoxColumn -- STRING Value ?
SQL server 7.0 DTS package
Explain Regular Expression
EXCHANGE 2000 to 2007 Last server removed issue with name resolution
Can a Formula Field be bookmarked in MS Word 2002?
run time error 3275 Unexpected error from external database driver 10019.