Two questions for this one.
First question:
I have this code that Ive been messing with. I have it displaying my message the way that I want, but I would like two parts of it to be Hyperlinks.
Sub Workbook_AfterSave(ByVal Success As Boolean)
If Success Then
Dim OutApp As...