Sub ChColour4()
'
' ChColour4 Макрос
' Макрос записан 23.08.2006 (moskva6)
'
'
Range("I1"
.
Select
For i = 1
To 1000
ActiveCell.Offset(1, 0).Activate
If ActiveCell.Value = "Blanc Banquise"
Then Selection.Interior.ColorIndex = 2
If ActiveCell.Value = "Bleu Amiral"
Then Selection.Interior.ColorIndex = 11
If ActiveCell.Value = "Bleu Grand Pavois metalli"
Then Selection.Interior.ColorIndex = 5
If ActiveCell.Value = "Bleu
Line"
Then Selection.Interior.ColorIndex = 41
If ActiveCell.Value = "Bleu Lucia nacre"
Then Selection.Interior.ColorIndex = 33
If ActiveCell.Value = "Bleu Mauritius nacre"
Then Selection.Interior.ColorIndex = 11
If ActiveCell.Value = "Bleu Oriental nacre"
Then Selection.Interior.ColorIndex = 11
If ActiveCell.Value = "Bronze Persan"
Then Selection.Interior.ColorIndex = 12
If ActiveCell.Value = "Ganache"
Then Selection.Interior.ColorIndex = 53
If ActiveCell.Value = "Gris Aluminium metallise"
Then Selection.Interior.ColorIndex = 15
If ActiveCell.Value = "Gris Fer nacre"
Then Selection.Interior.ColorIndex = 48
If ActiveCell.Value = "Gris Fulminator metallise"
Then Selection.Interior.ColorIndex = 16
If ActiveCell.Value = "Gris Iceland metallise"
Then Selection.Interior.ColorIndex = 34
If ActiveCell.Value = "Iridis"
Then Selection.Interior.ColorIndex = 39
If ActiveCell.Value = "Jaune SCOTT"
Then Selection.Interior.ColorIndex = 36
If ActiveCell.Value = "Nocciola metallise"
Then Selection.Interior.ColorIndex = 47
If ActiveCell.Value = "Noir Obsidien nacre"
Then Selection.Interior.ColorIndex = 56
If ActiveCell.Value = "Noir Onyx"
Then Selection.Interior.ColorIndex = 1
If ActiveCell.Value = "Orange Aerien nacre"
Then Selection.Interior.ColorIndex = 46
If ActiveCell.Value = "Rouge Aden"
Then Selection.Interior.ColorIndex = 3
If ActiveCell.Value = "Rouge Lucifer nacre"
Then Selection.Interior.ColorIndex = 3
If ActiveCell.Value = "Rouge Profond"
Then Selection.Interior.ColorIndex = 9
If ActiveCell.Value = "Sable Bivouac metallise"
Then Selection.Interior.ColorIndex = 40
If ActiveCell.Value = "Sable de Langrune"
Then Selection.Interior.ColorIndex = 44
If ActiveCell.Value = "Vert Ethel"
Then Selection.Interior.ColorIndex = 35
If ActiveCell.Value = "Vert Lenz metallise"
Then Selection.Interior.ColorIndex = 4
If ActiveCell.Value = "Vert Normandie"
Then Selection.Interior.ColorIndex = 50
If ActiveCell.Value = "Vert Nova"
Then Selection.Interior.ColorIndex = 10
If ActiveCell.Value = "Bleu Amiral"
Then Selection.Font.ColorIndex = 2
If ActiveCell.Value = "Bleu Grand Pavois metalli"
Then Selection.Font.ColorIndex = 2
If ActiveCell.Value = "Bleu Mauritius nacre"
Then Selection.Font.ColorIndex = 2
If ActiveCell.Value = "Bleu Oriental nacre"
Then Selection.Font.ColorIndex = 2
If ActiveCell.Value = "Noir Obsidien nacre"
Then Selection.Font.ColorIndex = 2
If ActiveCell.Value = "Noir Onyx"
Then Selection.Font.ColorIndex = 2
If ActiveCell.Value = "Rouge Profond"
Then Selection.Font.ColorIndex = 2
Next i
End Sub