Dear all,
I am getting a run-time error for this code, can you help tell me why and how to fix it?
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
If ActiveSheet.Name <> "Form" Then End
Dim Form As Worksheet
Dim Data As Worksheet
Set...