Starting Easy

  • Thread starter Thread starter Robert Couchman
  • Start date Start date
R

Robert Couchman

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
 
-----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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Problem with list 2
thought process 3
Listbox control 1
Using a listbox effectivly 2
Using listbox 1
Anyone can help 5
IF... change colour 4
Cell lookup 2

Back
Top