| I've been annoyed by co-workers sending me emails with their pronouns listed. If your name is vague of gender I think that's okay but if you're obviously a Man or Woman don't annoy me with more DEI crap. So in Outlook I added the following code which took about 10 minutes to develop with help from Google. When an email arrives this code with be able to do many different activities. In the case below if there is a (She/Her) pronouns it removes them. ![]() Note: above should be using olMail.HTMLBody otherwise weird formatting was happening. ![]() The code could be used to process any email and to execute special functions. For example, a co-worker sends me a list of links that I manually extract and add to a spreadsheet. It would be nice to automatically load the data without manual intervention |