Imaginei algo assim, por exemplo com os da fonte Wingdings:
Sub InsereEmoticons()
Dim PosEmoji As Variant
ActiveCell.Value = "Se vc está J, dê um C. Se vc está L, clique em D."
For Each PosEmoji In Array(12, 21, 35, 48)
ActiveCell.Characters(PosEmoji, 1).Font.Name = "Wingdings"
ActiveCell.Characters(PosEmoji, 1).Font.Size = 16
Next PosEmoji
End Sub
Postado : 10/09/2020 5:21 pm