Hello,
I will need your help.
I want to use the following code as a part of a module.
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!
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!