evening,
i have the code below (it runs within more code, I just extracted & added the 'end sub')
Works great in the workbook that it was originally designed for.
Private Sub Worksheet_Change(ByVal Target As Range)
Application.ScreenUpdating = False
Dim rng As Range...