Drop down list in Input Box

dmarop

Registered User.
Local time
Today, 06:19
Joined
May 17, 2013
Messages
41
Hello,

I will need your help.

I want to use the following code as a part of a module.

Code:
    Dim message As String, Title As String
    Dim myValue

    message = "Select Category"
    Title = "Category"

    myValue = InputBox(message, Title)

That I want is the user to select the value from combo box and the code continue, depending on the value selected by the user from the combo box.

Can you help me?

Thank you!
 

Users who are viewing this thread

Back
Top Bottom