hmltnangel
Active Member
- Joined
- Aug 25, 2010
- Messages
- 290
- Office Version
- 365
- Platform
- Windows
Hi folks,
As always, I don't use excel for many moons and then struggle to write any meaningful VBA afterwards.
I have designed myself a userformwhich is exactly what I need. Now I am struggling with the VBA to make it work.
I need two things.
Thanks for any help.
As always, I don't use excel for many moons and then struggle to write any meaningful VBA afterwards.
I have designed myself a userformwhich is exactly what I need. Now I am struggling with the VBA to make it work.
I need two things.
- When column “O” is selected onany given row, then the userform pops up and asks to be completed
NOTE - The userform has a bunch of optionbuttons on it which the user will select any number of these. (Lets call themrejection reasons)
- What I need is for instance, ifuser selects option button 1 then the corresponding column “P” in the same rowis input with a “yes” when the ok button is clicked.
NOTE – the ok/cancel commandbuttons are called (ok) “All RejectsAdded” and (cancel) “No Reject Reasons”.
3. If “no Reject Reasons” is selectedthen for instance the corresponding columns “P” to “AA” are populated with “NO”
Thanks for any help.