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.
有谁知道如何在 CorelDraw 文档中获取 Web 链接?我在 Windows 上使用 CorelDraw 13 X3,它带有链接管理器和 VBA。
看起来下面会得到一个形状的地址。
Dim s As Shape For Each s In ActiveDocument.ActivePage.Shapes s.URL.Address .... Next s End Sub