Hi,
I have this following code:
If Not Intersect(Target, Range("C8")) Is Nothing Then
If Target.Value = 66 Then
Target.Offset(, 1) = 66
Target.Offset(, 1).AutoFill Range(Target.Offset(, 1), "Z" & Target.Row)
I would like to alter it so it does the following:
1. Copies anything...