Excel 2010 链接到 Word 书签

发布于 2024-11-26 17:45:39 字数 229 浏览 1 评论 0原文

我正在尝试从 Office 2010 中的 Excel 工作表创建指向 Word 书签的超链接。 我在 VBA 中找到了一个脚本,但它不适用于 2010(它只是冻结)。 有人知道这个问题的解决方法吗?

这是我找到的脚本

非常感谢。

I'm trying to create a hyperlink to a Word bookmark from an Excel sheet in Office 2010.
I've found a script in VBA, but it doesn't work with 2010 (It just freezes).
Anybody knows a workaround for this?

This is the script that I found

Thanks a lot.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

×眷恋的温暖 2024-12-03 17:45:39

在“插入超链接”(或“编辑超链接”)对话框中选择文档。

在地址框中单击文档名称,然后输入 #,然后输入书签名称。

单击“确定”并测试超链接。

Select the document in the Insert Hyperlink (or Edit Hyperlink) dialog.

Click after the name of the document in the Address box, and enter # followed by the name of the bookmark.

Click OK and test the hyperlink.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文