sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
Can someone help me with this please, it's one area of VBA which I have never been able to truly understand no matter how hard I try;
I have 3 Comboboxes on a Userform, named ComboES1, 2 and 3.
I want a routine to run when the Comboboxes are changed to do other bits in the following circumstances;
1) If ANY of the 3 Comboboxes are blank do nothing
2) If any have a value of "YES" (subject to the other 2 not being blank as above)
3) If any have a value of "NO" (subject to the other 2 not being blank)
I can sort out the bits that need to run if the condition is met, it's creating the conditions that confuses me.
Thanks guys.
I have 3 Comboboxes on a Userform, named ComboES1, 2 and 3.
I want a routine to run when the Comboboxes are changed to do other bits in the following circumstances;
1) If ANY of the 3 Comboboxes are blank do nothing
2) If any have a value of "YES" (subject to the other 2 not being blank as above)
3) If any have a value of "NO" (subject to the other 2 not being blank)
I can sort out the bits that need to run if the condition is met, it's creating the conditions that confuses me.
Thanks guys.