G
Guest
Guest
Hi,
I have a ListBox control in my userform. The source would be some cells in my excel sheet. Basically, how do I tell if an entry in the listbox is selected?? Something like..
For all entries in listbox1
if an entry is selected then
msgbox entries.value
end if
end for
What's the correct syntax to perform such action? Thanks guys
I have a ListBox control in my userform. The source would be some cells in my excel sheet. Basically, how do I tell if an entry in the listbox is selected?? Something like..
For all entries in listbox1
if an entry is selected then
msgbox entries.value
end if
end for
What's the correct syntax to perform such action? Thanks guys