Code:
Sub Report()
MsgBox "Report is ready to use"
End Sub
So far I have something like this, but I would like to add a hyperlink of report's path.
If the report's path is C:\Program Files\Acute Data_1000.xlsx is it possible to include a hyperlink on the message box?
Thank you!