Hi,
I have two Private Sub Worksheet_Change(ByVal Target As Range) in Sheet 1. One is to force text to Upper case and one is for Validation (automatically add/sort additions). Each one works correctly when it’s placed into the worksheet, but when the second is added I get a ‘Compile Error’ “Ambiguous name detected: Worksheet_Change”.
Is there a way that I can satisfy both requirements but without this problem occurring.
Any advice would be greatly appreciated.
Bookmarks