Public Declare Function ShellExecute _
Lib "shell32.dll" _
Alias "ShellExecuteA" ( _
ByVal hwnd As Long, _
ByVal lpOperation As String, _
ByVal lpFile As String, _
ByVal lpParameters As String, _
ByVal lpDirectory As String, _
ByVal nShowCmd As Long) _
As Long
Dim lng_retValue As Long
lng_retValue = ShellExecute(0, "open", "[URL unfurl="true"]http://mywebsite/page",[/URL] "", 0, 1)