Mon code c'est :
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Dim cmt, c
Set cmt = ActiveSheet.Comments
For Each c In cmt
c.Visible = False
Next
If Not Target.Comment Is Nothing Then
Target.Comment.Visible = True
Target.Comment.Shape.Top = Target.Top - 20
Target.Comment.Shape.Left = Target.Left - 50
Target.Comment.Shape.Height = 40
Target.Comment.Shape.Width = 70
End If
End Sub
Je voudrais que le commentaire de certaines cellules s'affiche à gauche de celle ci dans ma feuilles