I have two macros I want to stitch together. Both on the bottom. How do you stitch them together? Is there an easy How-do somewhere?
Private Sub Worksheet_Change(ByVal Target As Range)
On Error Resume Next
Range("A1").Sort Key1:=Range("A2"), _
Order1:=xlDescending, Header:=xlYes...