Hi,
I use these forums a lot, but this is my first post.
I have the following VBA in an excel sheet at the moment....
Sub Worksheet_Change(ByVal Target As Range)
'When D7 changes, I7 clears, and K7, M7, O7 all clear.
If Target.Address(0, 0) = "D7" Then Range("I7, K7, M7...