marlies1981
Gebruiker
- Lid geworden
- 5 feb 2013
- Berichten
- 10
er klopt iets niet in m'n loop.
Zou er iemand kunnen helpen?
iets klopt er niet in mijn loop kan iemand helpen?
Zou er iemand kunnen helpen?
iets klopt er niet in mijn loop kan iemand helpen?
Code:
End With
Dim i As Integer
For i = 4 To 2000
Do Until i = 2000
Cel("C")i.Select
Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlNotEqual, _
Formula1:="=$H$i"
Selection.FormatConditions(Selection.FormatConditions.Count).SetFirstPriority
With Selection.FormatConditions(1).Interior
.PatternColorIndex = xlAutomatic
.Color = 65535
.TintAndShade = 0
End With
Selection.FormatConditions(1).StopIfTrue = False
Exit Do
Loop
Next
Range("C4:C2000").Select
Laatst bewerkt door een moderator: