Can someone tell me why the following code doesn't work? (This is used in Excel 2010)
------------------------------------------------------------------------
Private Sub Worksheet_Change(ByVal Target As Range)
Application.EnableEvents = False
If Target.Address = "$H$493" > 1 Then...