Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column <> 1 Then Exit Sub
If Target.Font.ColorIndex = 3 Then
Target.Font.ColorIndex = 0
Else
Target.Font.ColorIndex = 3
End If
End SubOption Explicit
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column <> 1 Then Exit Sub
If Target.Value = Target.Offset(-1, 0).Value Then
If Target.Offset(-1, 0).Font.ColorIndex = 3 Then Target.Font.ColorIndex = 3
If Target.Offset(-1, 0).Font.ColorIndex = -4105 Then Target.Font.ColorIndex = -4105
End If
If Target.Value <> Target.Offset(-1, 0).Value Then
If Target.Offset(-1, 0).Font.ColorIndex = 3 Then Target.Font.ColorIndex = -4105
If Target.Offset(-1, 0).Font.ColorIndex = -4105 Then Target.Font.ColorIndex = 3
End If
End Sub
Griechische Schrift
Uesch 28.06.2007 - 155 Hits -
Photoshop CS3 - Spiegelverkehrte Schrift
hardDriveMonster 23.09.2007 - 72 Hits - 2 Antworten
Schrift vergrößern
Ofra 29.09.2007 - 162 Hits - 2 Antworten
Windows XP mit Outlock
ewebmw 28.11.2007 - 93 Hits - 2 Antworten
Neue Schrift installieren?
WITA 19.01.2008 - 145 Hits - 5 Antworten