I
imej-clavier
Hello,
Could somebody help me to solve my problem ?
I Would like to write alternatively a cross from a different color in a
range.
I have tried :
Set MaPlage = Application.Intersect(Range("AjoutX"), Target)
If Not MyRange Is Nothing Then
MyRange.Value = "X"
With Selection.font
.FontStyle = "Gras"
.ColorIndex = 3
.Size = 22
End With
End If
How must I do after to write in another case a cross from a different color
?
Thank you in advance,
Jean-michel
Could somebody help me to solve my problem ?
I Would like to write alternatively a cross from a different color in a
range.
I have tried :
Set MaPlage = Application.Intersect(Range("AjoutX"), Target)
If Not MyRange Is Nothing Then
MyRange.Value = "X"
With Selection.font
.FontStyle = "Gras"
.ColorIndex = 3
.Size = 22
End With
End If
How must I do after to write in another case a cross from a different color
?
Thank you in advance,
Jean-michel