Hi
I have the below code that deletes the dropdown next to it
Private Sub Worksheet_Change(ByVal Target As Range)
'K5 Dropdown changes then clear l5
If Target.Address(0, 0) = "K5" Then Range("L5").ClearContents
End Sub
Howcan I edit the code to delete the below drop down...