salve
per escludere dall'elaborazione le 4 sopra e le 4 sotto, non basta togliere l'assegnazione delle variabili Blk2 e Blk3
devi anche togliere il codice relativo.
le righe che non interesseranno più sono quelle che seguono:
'blk2 = riga - 14
'blk3 = 4
If blk2 < 3 And blk1 > 3 Then
'blk2 = 3
'ElseIf blk1 <= 3 Then
'Ctrl = True
'End If
'If Not Ctrl Then
'Set rng1 = Cells(blk2, 3).Resize(4, 5)
'For Each Mval In rng1
'If Mval.Value = Itx Then
'Itx.Interior.ColorIndex = 34
'Exit For
'End If
'Next Mval
'End If
'Set rng2 = Cells(riga, 3).Offset(1, 0).Resize(blk3, 5)
'For Each Mval2 In rng2
'If Mval2 = Itx And Itx.Interior.ColorIndex = xlNone Then
'Itx.Interior.ColorIndex = 4
'End If
'Next Mval2
Set rng1 = Nothing
'Set rng2 = Nothing
assieme alla dichiarazione delle variabili non più usate.
saluti
Giap