How to copy teams chat with Timestamp?

Anonymous
2024-08-19T13:13:28+00:00

Ever since this month and while using the new team application, I can no longer copy teams chat message with the timestamp. I need the timestamp to reference conversations and it would be a pain to add the time and date stamps for every message I need to copy. Also I found that you can copy messages with a partial timestamp by highlighting the chat messages and press control c while holding the right click button on my mouse. This also doesn't help as I get a preview message with double names. It would be a pain to remove part of a line per chat message I am copying. Is there a way to restore the old copying with the timestamp and an option for those who don't want the timestamp. I know skype had this functionality.

Microsoft Teams | Microsoft Teams for business | Chats | Group chats

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

69 answers

Sort by: Most helpful
  1. Anonymous
    2025-01-22T20:17:18+00:00

    How does it partially work?

    What does the replacement result look like to be partial?

    (By any chance, do the summary lines include "... by "? I think I account for those, but I don't recall.)

    Also, note that my Teams chat, appearance setting is set to compact - meaning one person's post below the other's post, including my own posts. (Not comfy where my posts would appear to the right.)

    Now perhaps the find/replace strings can be modified to work with comfy, but I never tried.


    Note, if you modify your original post, please separate (post below) what is already there, otherwise it's too hard to compare, as there is no prior post to compare to.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-01-22T19:26:21+00:00

    Sorry I made a mistake in the message above in explaining and have edited my mistake. Please look at that again

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2025-01-22T18:25:26+00:00

    Bradley,

    Replace ^13[^32-^126]@ by [A-Z][a-zA-Z -]@, [A-Z][a-zA-Z ()]@^13 with a single ^13.

    Basically, all it's doing is removing the "summary" line, accounting for " by " and "... by " and varieties of names I've seen at work, like hyphenated names, multiple last names, Jr, Sr, etc. and descriptive in parenthesis, like "(Guest)".


    The other replacement part appends the time of the text to the end of the poster's name, instead of leaving them on two different lines.

    That find/replace is:

    Find:^13([1-9]{1,2}):([0-9]{2}) ([AP]M)^13

    Replace with (minus the quote marks) **** " \1:\2 \3^13" NOTE there is a space at the beginning of the replacement, ie <space>\1:\2, etc. which is why I used the quote marks.

    =================

    P.S. I used the link you provided to up-vote restoring the way it was.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-01-22T17:46:26+00:00

    I tried using what you recommended but it didn't work. When I put the text of replace ^13[^32-^126]@ by [A-Z][a-zA-Z -]@, [A-Z][a-zA-Z ()]@^13 It doesn't work. But when I put ^13[^32-^126]@ by [A-Z][a-zA-Z -]@, [A-Z][a-zA-Z ()] (without that ^13 at the end) instead, it works partially. I keep the replace with as ^13 in both instances.

    Can you help me try to make it work?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-12-17T00:03:53+00:00

    Thank you for explaining the wildcards. I'll try that and see if that helps clean it up

    Was this answer helpful?

    0 comments No comments