How to copy formatted text

I can use the function GUIUtility.systemCopyBuffer to copy text from TextMeshPro to the clipboard but it copies it as HTML, whereas I need to copy it formatted so that I can paste it into Word, for example.

Any idea?