I have code that checks a checkbox after a certain name has been selected from a drop down list on a Userform.
This in turn, performs other commands automatically. Once these commands have finished, an Okay button appears.
How would I write VBA that will action the Command Button (ie: Confirm 'Okay') without the necessity to press it?
Thank you for help.