S
Santa-D
I've been trying to figure out (with no luck) a way to return a string
value to a text box based on a result from a combo box.
To try and keep it simple:
If Combobox = Value.A then textbox.value = Result.A
If Combobox = Value.B then textbox.value = Result.B
If Combobox = Value.C then textbox.value = Result C
I tried to do a select case but i obviously had the syntax wrong.
Any assistance is kindly appreciated.
value to a text box based on a result from a combo box.
To try and keep it simple:
If Combobox = Value.A then textbox.value = Result.A
If Combobox = Value.B then textbox.value = Result.B
If Combobox = Value.C then textbox.value = Result C
I tried to do a select case but i obviously had the syntax wrong.
Any assistance is kindly appreciated.