![](https://imageproxy.pixnet.cc/imgproxy?url=../images/2Y.s4PpWy.d8jLmmTqoECg.jpg)
=HYPERLINK("http://www.google.com.tw/search?q="&B2&"&safe=active","按這裡在GOOGLE中搜尋B3格子中的字串")
Breakdown for the formula -
=HYPERLINK("PATH" & variable & "PARAMETER","TEXT display")
+++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++
![](https://imageproxy.pixnet.cc/imgproxy?url=../images/CIJRbF0yFG_ts30GD_sz8A.jpg)
=HYPERLINK("C:\Documents and Settings\user0\My Documents\My Music\"&B2,"按此播放B2格子中的歌曲檔案")
+++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++
VBA code for the programmatic approach of which is a must, the code snippet following,
Sub open_PDF_file()
Shell "C:\Program Files\Adobe\Acrobat 6.0\Acrobat\Acrobat.exe" _
& " " & _
"\\Remote-Drive\paths\my-file.pdf"
End Sub