Moderatori: Anthony47, Flash30005
Sub ColBy90()
Dim wArr(1 To 90) As Long, stArr(1 To 2), dArr(1 To 90) As Long
Dim wArea As Range, nCnt As Long
Dim I As Long, J As Long, K As Long
'
Set wArea = Range(Range("G2"), Range("G2").Offset(0, 4).End(xlDown))
Range("G:K").Interior.Color = xlNone
For I = 1 To wArea.Rows.Count
For J = 1 To wArea.Columns.Count
If dArr(wArea.Cells(I, J)) = 0 Then dArr(wArea.Cells(I, J)) = 1
If nCnt = 0 Then
stArr(1) = I: stArr(2) = J
End If
If wArr(wArea.Cells(I, J).Value) = 0 Then
nCnt = nCnt + 1
End If
wArr(wArea.Cells(I, J).Value) = wArr(wArea.Cells(I, J).Value) + 1
If nCnt = 90 Then
Range(wArea.Cells(stArr(1) + 1, 1), wArea.Cells(I - 1, 5)).Interior.ColorIndex = K Mod 2 + 3
Range(wArea.Cells(stArr(1), stArr(2)), wArea.Cells(stArr(1), 5)).Interior.ColorIndex = K Mod 2 + 3
Range(wArea.Cells(I, 1), wArea.Cells(I, J)).Interior.ColorIndex = K Mod 2 + 3
' Range("X1").Offset(0, K).Resize(90, 1) = Application.WorksheetFunction.Transpose(wArr)
Erase wArr
K = K + 1
nCnt = 0
End If
Next J
If Application.WorksheetFunction.Sum(dArr) Mod 5 <> 0 Then
MsgBox ("Duplicato in riga " & wArea.Cells(I, 1).Row)
Exit Sub
End If
Erase dArr
Next I
'Range("X1").Offset(0, K).Resize(90, 1) = Application.WorksheetFunction.Transpose(wArr)
MsgBox ("Completato...")
End Sub
' togli questa If nCnt = 90 Then
If nCnt >= 90 And J = wArea.Columns.Count Then
Torna a Applicazioni Office Windows
confrontare e evidenziare 2 fogli excel Autore: niccia |
Forum: Applicazioni Office Windows Risposte: 7 |
Excel: formula automatica per evidenziare prodotto scaduto Autore: gamma_ray |
Forum: Applicazioni Office Windows Risposte: 3 |
Copia dati dall' hard disk che conteneva il sistema operativ Autore: Olisa |
Forum: Software Windows Risposte: 2 |
Visitano il forum: Nessuno e 13 ospiti