Hi - I receive email regularly from an internal application any time a ticket is updated. Within the email there is always a link address to reach the ticket, but the link is plaintext and certainly not clickable.

I would like to write a VBA Script to make this a clickable link. I'm not really sure how to do any of this, but I think the psuedocode would be something like.
Convert to non-plaintext
Save
Find url to hyperlink
Read url
Replace plain url with hyperlink to url
Save
Does anyone have any examples I could piece this together from?

Thanks much!