Hello,
I've got this VBA code below (mr excel members wrote it for me and it works great) for a worksheet.
However It does not work if worksheet is protected with password.
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
If Not Intersect(Target, Range("B23:HN23")) Is Nothing Then
If...