Hi. I'm a bit of a novice when it comes to VBA. I'm trying to extend the following set of commands down from row 2 to row 200. I know that I need to use an Integer, but I cant work it out
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, Range("J12")) Is Nothing...