ShapeText = "OK - OM vérifié - " & vbLf & "Affecter = clic EN COL M >"
If Not Intersect(R, Range("i6")) Is Nothing Then
Application.EnableEvents = False
With Shapes("bulle1_affectez")
.Visible = True
.OLEFormat.Object.Caption = ShapeText
.Top = R.Top + 15
.Height = 45
End With
[a1].Select
Application.EnableEvents = True
End If
If Not Intersect(R, Range("m6")) Is Nothing Then
Application.EnableEvents = False
If Shapes("bulle1_affectez").OLEFormat.Object.Caption = ShapeText Then
R = "ok"
Else
MsgBox ("on vérifie l'indicatif ?")
End If
[a1].Select
End If
Application.EnableEvents = True