I need this VBA:
Option Explicit Private Sub Worksheet_Change(ByVal Target As Range) Dim cell As Range If Not Intersect(Target, Range("M:M")) Is