Hi,
I have a code as below, the Offset Color property is not working, please suggest
Private Sub Worksheet_Change(ByVal Target As Range)
Dim cell As Range
If Not Intersect(Target, Range("C3:AG74")) Is Nothing Then
Unprotect Password:="pass"
For Each cell In...