ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Starting Easy (https://www.excelbanter.com/excel-programming/307731-starting-easy.html)

Robert Couchman[_7_]

Starting Easy
 
Hello,

can anyone please help?

i wish to click a value in a listbox, how would i get a
msgbox say "you have selected: " & whatever the value is??

Thank you,

Robert Couchman

nath

Starting Easy
 

-----Original Message-----
Hello,

can anyone please help?

i wish to click a value in a listbox, how would i get a
msgbox say "you have selected: " & whatever the value is??

Thank you,

Robert Couchman
.
In the after change event, use


lst_val = listbox1.value
msgbox("You have selected : " & lst_val)



All times are GMT +1. The time now is 04:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com