Following the example I found as follows:
I modified it to my needs, but I think I missed something.![]()
Please Login or Register to view this content.
I have a drop-down box in my UserForm that allows for an answer of Yes or No. Basically, I am trying to add an If, Then statement that would do the following:
If the
- answer is No, then on the worksheet in cells N37 and N52 will have ***** entered. This will let the user know later not to worry about those two steps.
- If the answer is No, then on the worksheet in cell I37 the following will be input, "No Travel Arrangements Necessary"
- If the answers is Yes, (Else) then on the worksheet in cell I37 the following will be input, "Travel/Hotel Authorization Made"
The name of the UserForm Value is Cand1_ReloNeeded. The options for answers are Yes and No.
I had used the following code in an attempt to code that:
It didn't work. Where did I go wrong?![]()
Please Login or Register to view this content.
I appreciate your help.![]()
Bookmarks