Hello,
Is anyone aware of how I can call a mailto: hyperlink in a cell to activate using VBA?
I've tried all of the following.
Sub Test()
Worksheets("Sheet1").Range("B7").Select
End Sub
and
Sub Test()
Dim CurrentPath As String
CurrentPath = Application.ActiveWorkbook.FullName...