Hi all,
I have the following VBA code that I am having issues with, ive pieced it together from various sources but it doesn't quite work as it should...
Private Sub Worksheet_Change(ByVal Target As Range)
Application.ScreenUpdating = False
If Not Intersect(Range("H6"), Target) Is Nothing...