Hello,
I am trying to get my 'TidyAll' Macro to run when a cell is changed and I am using the following code
Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, Target.Worksheet.Range("H5")) Is Nothing Then TidyAll
End Sub
It is working, although for some reason...