Copy 50 character Excel to Safari

Hi all,
I have a macro but I need help. My macro copy text and past safari, but this text sometimes is to long, I needs copies only the first 50 characters.

Wystawianie 4.0 Test.kmmacros (55.1 KB)

The easiest solution is to filter (clip) the clipboard AFTER the copy, to 50 characters.
Also, there is no need to use Named Clipboard, so I have changed it to use the System (Current) Clipboard:


Here is the complete revised macro:
All of my changes have the magenta color.

###MACRO:   Wystawianie 4.0 Test -- @JMichaelTX Mod

####DOWNLOAD:
<a class="attachment" href="/uploads/default/original/2X/6/6782334f983375a2db90566e2e6cad7e7e1f6827.kmmacros">Wystawianie 4.0 Test -- @JMichaelTX Mod.kmmacros</a> (55 KB)
**Note: This Macro was uploaded in a DISABLED state. You must enable before it can be triggered.**

---

<img src="/uploads/default/original/2X/8/83a0f7ec7416e7174688b54e69161a4e14ee3f07.png" width="483" height="885">

Thx, work great:)