I have cell K8 with color fill yellow and I'm using the code below so that it became a no fill cell when double click on it. I think that I have something wrong in the code since its not functioning.
Thanks
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target...