Startus
XLDnaute Occasionnel
Bonjour le forum,
Je n'arrive pas à modifier l'ensemble des commentaires sur une de mes feuilles...
Malheureusement, ceci ne marche pas
Merci
Je n'arrive pas à modifier l'ensemble des commentaires sur une de mes feuilles...
Code:
Sub ModComt ()
Dim Cellule as Comments
For each Cellule in Selection
With Selection.Font
.Name = 'Tahoma'
.FontStyle = 'Gras'
.Size = 10
End With
With Selection
.HorizontalAlignment = xlCenter
.VerticalAlignment = xlCenter
.ReadingOrder = xlContext
.Orientation = xlHorizontal
End With
Selection.ShapeRange.Fill.Visible = msoTrue
Selection.ShapeRange.Fill.Solid
Selection.ShapeRange.Fill.ForeColor.SchemeColor = 22
Selection.ShapeRange.Fill.Transparency = 0.5
Selection.ShapeRange.Line.Weight = 0.75
Selection.ShapeRange.Line.DashStyle = msoLineSolid
Selection.ShapeRange.Line.Style = msoLineSingle
Selection.ShapeRange.Line.Transparency = 0#
Selection.ShapeRange.Line.Visible = msoFalse
Selection.ShapeRange.ScaleHeight 0.53, msoFalse, msoScaleFromTopLeft
Range('A1').Select
Next
End Sub
Malheureusement, ceci ne marche pas
Merci