使用在 Windows 7 上运行的 Office 2010,我在 Excel 中有一个指向驱动器上 JPG 的超链接:
=HYPERLINK("\\myserver\dir1\file.jpg", "Link")
Run Code Online (Sandbox Code Playgroud)
问题:在 Excel 中单击时,此链接仅在 Internet Explorer 中打开,我想将其更改为其他应用程序,例如 Windows Photo Viewer 或 Irfan。
我找到了执行以下操作的建议,但均无效:
open-with
, 等);有任何想法吗?