hi all...
how to make this macro code worked...:
Dim cf1, cf2, cf3, cf4 As String
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Cells.Count > 1 Or IsEmpty(Target) Or (Target.Column <> 37 And Target.Row <> 10) Then
Exit Sub
Else
sisipfoto
End If
End...