Moderatori: Anthony47, Flash30005
Sub colora()
UR = Range("L" & Rows.Count).End(xlUp).Row
For RR = 20 To UR
Range("L" & RR).Interior.ColorIndex = Range("L" & RR).Value Mod 53
Next RR
End Sub
Private Sub Worksheet_Change(ByVal Target As Range)
UR = Range("L" & Rows.Count).End(xlUp).Row
CheckArea = "L20:L" & UR
If Not Application.Intersect(Target, Range(CheckArea)) Is Nothing Then
If (Selection.Rows.Count + Selection.Columns.Count) > 2 Then Exit Sub
If Target <> "" Then
Call Colora
Else
Target.Interior.ColorIndex = xlNone
End If
End If
End Sub
Torna a Applicazioni Office Windows
Inserire add.in nella barra di avvio veloce in excel 2003 Autore: Ricky0185 |
Forum: Applicazioni Office Windows Risposte: 4 |
Aggiornare cella con somma quando aggiungo nuova colonna Autore: marcopont |
Forum: Applicazioni Office Windows Risposte: 1 |
Excel: problema con date se devo unirle a testi Autore: valle1975 |
Forum: Applicazioni Office Windows Risposte: 5 |
Visitano il forum: Nessuno e 48 ospiti