79711876

Date: 2025-07-23 12:30:03
Score: 1.5
Natty:
Report link

you need to use the UTF-16 hex code, remove the 0x on both strings, and integrate both strings as shown below.

that's how I write the emoji handshake in a cell (the UTF-16 hex code of that emoji is 0xd83e 0xdd12)

Cells(LineMeeting, ColLock).Value = ChrW("&HD83E") & ChrW("&HDD12")

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Damien Dambre