Excel 2010 链接到 Word 书签
我正在尝试从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在“插入超链接”(或“编辑超链接”)对话框中选择文档。
在地址框中单击文档名称,然后输入 #,然后输入书签名称。
单击“确定”并测试超链接。
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.