Combo box question:

B

Bish

Try the following. For the example my combobox is named
cbo_Test.

Private Sub cbo_Test_AfterUpdate()
Msgbox "You have selected " & cbo_Test.Value
End Sub
 
A

aa

Thank you for your help and answer:
Your message will display every time I write playername....
I want the code check if the playername is exist the message box appear if
not don't do any message
 

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

Top