Hello,

I need to call from Macro1 in Module 1 the "Private Sub Worksheet_Change(ByVal Target As Range)".
I tried with:
Application.Run "Sheet1.Worksheet_Change"
but it doesn't work.

Any help?

Thanks!