how to select shapes with width as variable
Hello,Please explain in details what you wont! Illustration is welcome.Greetings!
You can use CQL
https://community.coreldraw.com/sdk/w/articles/179/using-corel-query-language-cql-to-search-for-objects-in-coreldraw-and-corel-designer-documents
Dim w As Double w = 20.762 Dim query As Stringquery = "@width={" & Replace(CStr(w), ",", ".") & " mm}"
ActivePage.Shapes.FindShapes(query:=query).AddToSelection