Hello,
I am looking to modify the below code in a way that when the user selects "Yes" in the drop down in cell A1, macro should just Exit sub. And when user selects "No" in the drop down the code should trigger "MyMacro".
Private Sub Worksheet_Change (ByVal Target As Range)
If Intersect...