Hi
I have the below code that deletes the dropdown next to it
Howcan I edit the code to delete the below drop down when they change eg k6,k7,k7
I have the below code that deletes the dropdown next to it
Code:
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 when they change eg k6,k7,k7