Set the CtrlClickHyperlinkToOpen property of the Options object to True to ensure that hyperlinks require Ctrl+clicking:
Sub opt() Options.CtrlClickHyperlinkToOpen = True End Sub