Outlook userform validation help
Hi,
Ok so we have a combo list box with these options in;
Test1
Test2
Test3
I have another box thats blank, i want to setup a validation of some sort that will do the following and input the result into the other box;
If combobox = Test1, second box = Test1Activate
If combobox = Test2, second box = Test2Activate
If combobox = Test3, second box = Test3Activate
Is this possible using the validation options? If so any guidance would be appreciated.
Thanks,
|