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