Hi
Can you have 2 codes in one Worksheet?
I have one code for searching for data starting with
Private Sub Worksheet_Change(ByVal Target As Range)
Then I've added another code which adds the date automaticlly in cell AK starting with
Private Sub Worksheet_Change(ByVal Target As Range)
Both will work independantly but when both are used the second one is highlighted and an error is displayed saying Ambiguous Name Detected: Worksheet_Change
Can 2 be used?
Regards
Aspesim
Can you have 2 codes in one Worksheet?
I have one code for searching for data starting with
Private Sub Worksheet_Change(ByVal Target As Range)
Then I've added another code which adds the date automaticlly in cell AK starting with
Private Sub Worksheet_Change(ByVal Target As Range)
Both will work independantly but when both are used the second one is highlighted and an error is displayed saying Ambiguous Name Detected: Worksheet_Change
Can 2 be used?
Regards
Aspesim