Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
少なくとも1つのハイパーリンクがある場合にのみ有効にするシェイプコンテキストメニューのアクションが必要です([ハイパーリンク]セクションは空ではありません)。
このための公式はありますか?
ハイパーリンクがあるかどうかをテストするための式を意味する場合は、次を試してください。
If (vsoShape.RowCount(visSectionHyperlink) > 0) Then 'Code to enable context menu End If