Hello, I have the following VBA code in a sheet that is giving me trouble when the sheet is protected: The original thread for this VBA and its purpose can be found at the bottom of this post.
Private Sub Worksheet_Change(ByVal Target As Range)
Dim KyCell As Range
If Target.CountLarge >...