【问题标题】:Open 'Insert Hyperlink' menu in Excel office Add-in在 Excel office 加载项中打开“插入超链接”菜单
【发布时间】:2022-11-11 21:13:48
【问题描述】:

我想在不右键单击单元格的情况下以编程方式打开“插入超链接”菜单。

https://stackoverflow.com/questions/48985342/open-insert-hyperlink-menu-in-excel-through-a-clickable-shape#:~:text=Application.Dialogs(xlDialogInsertHyperlink).Show

此链接显示了在 vba 中实现此目的的方法,是否有类似的方法可以在 Excel office 加载项中打开超链接菜单?

【问题讨论】:

    标签: excel office-js office-addins


    【解决方案1】:

    目前还没有类似于 VBA 中的 Application.Dialogs API 的 Office JS API 可供加载项用于打开 Excel 对话框。请考虑在Microsoft 365 Developer Community 中记录对此 API 的请求。

    另一种方法可能是让加载项在任务窗格或对话框中提供类似于“插入超链接”对话框的 UI。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-07-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-10-27
      相关资源
      最近更新 更多