N
nowfal
Hi,
Ron, again some Ambiguous name detected message comes, here i a
showing the first code which is intersecting. Which is in cell C2.
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, Range("C2:C2")) Is Nothing Then Exit Sub
If Range("C2:C2") > 0 Then CUSTOMER
End Sub
Is it possible to give some name change for the work_sheet change.
Regards
nowfa
Ron, again some Ambiguous name detected message comes, here i a
showing the first code which is intersecting. Which is in cell C2.
Private Sub Worksheet_Change(ByVal Target As Range)
If Intersect(Target, Range("C2:C2")) Is Nothing Then Exit Sub
If Range("C2:C2") > 0 Then CUSTOMER
End Sub
Is it possible to give some name change for the work_sheet change.
Regards
nowfa