L
lwong
Code
-------------------
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
If Cells(1, 1) <> "" Then
Cells(2, 2) = "jkdjkd"
End If
If Cells(2, 2) <> "" Then
Cells(3, 3) = "hihihi"
End If
End Sub
-------------------
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
If Cells(1, 1) <> "" Then
Cells(2, 2) = "jkdjkd"
End If
If Cells(2, 2) <> "" Then
Cells(3, 3) = "hihihi"
End If
End Sub