How do you copy Teams message without time and sender information?

Anonymous
2022-06-14T11:30:21+00:00

I want to triple-click a message, copy it to the clipboard, then paste it in whichever application, and I don't want to see the header (time and sender information).

Yes, it is possible to carefully select parts of a message, and make sure you don't snag the beginning or end of the message so you don't "grab" the header. This is not what I'm looking for. I want a one-click-solution.

I found this post dating from 2013, about Skype/Lync. I'm looking for the same thing in Teams.

https://support.microsoft.com/en-us/topic/update-enables-users-to-copy-instant-messages-without-author-name-and-time-stamp-in-skype-for-business-lync-2013-42c4ac43-9d14-d2be-ef38-107f15033bf7

Thank you

Microsoft Teams | Microsoft Teams for business | Chats | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

64 answers

Sort by: Oldest
  1. Anonymous
    2023-09-06T16:52:30+00:00

    How to mark your reply as an answer or solution

    you are genius :)

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2023-09-06T17:03:01+00:00

    ... and Microsoft believes that this is "better" and "easier" than just take that dam **** header out of the text by default. OMG! If people want to header, let people copy the header all together! Don't IMPOSE it like there is no other option! Is it that hard to understand? At maximum create a checkbox in Options that allow users to chose if they want or not the header to come together.

    PReinie01, for keyboard lovers, your solution will be great! Yet, the triple click would always be the best user experience and MS just messed it up.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2023-09-06T17:09:36+00:00

    Exactly

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-09-13T19:05:09+00:00

    Made the follow AHK Script.

    Note that this only works for a single message, so you can triple clip and copy it without headers. It does not solve the problem when highlighting multiple message, and in fact makes it worse in that use case, but it's something.

    #IfWinActive, ahk_exe Teams.exe

    Ctrl & C::

    {

    Send {Lshift Down}{Left}{Lshift Up} 
    
    Send ^c 
    
    return 
    

    }

    #IfWinActive

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2023-09-14T13:12:36+00:00

    How to implement it?

    Was this answer helpful?

    0 comments No comments