Hi,
First of all, I have no knowledge of macros or VBAs, I only try to find some useful macros on the net to use when necessary. I have found two such macros recenly, and they work well separately, but not on the same macro page. I keep getting "Compile Error: Ambiguous name detected: Worksheet_Change" I tried to figure it out on my own and it seems to be about two macros having the same name or something.
Private Sub Worksheet_Change(ByVal Target As Range)
So, I tried to delete the second name, it stopped giving the error, but the first macro with if function stopped working.
I want them both to work at the same time, could anybody help? Thanks in advanced.
Bookmarks