With Sheets("carte").OLEObjects.Add(ClassType:="Forms.Label.1", Link:=False, _
DisplayAsIcon:=False, Left:=.Left + 0.5 * .Width, Top:=.Top + 0.25 * .Height, Width:=8, Height:=8).Object
.Caption = val
.BackColor = vbBlack
.ForeColor = vbWhite
.Font.Size = 6
.TextAlign = fmTextAlignCenter
End With