Selecting two or more Objects by name

Hello there,

Im struggling with series of macros and one part of the whole chain has to be: select Object (shapes)"One" and "Two", then combine. Objects are already renamed but can't figure out how to select them by their names.

Can someone help me?
Thank you very much.

Parents Reply
  • 2nd How the hell I create marco for exporting PNG (transparent background) from CDR, any idea?

    You may be using one of these methods:

    • Document.Export
    • Document.ExportEx
    • Document.ExportBitmap

    Sometimes there is more than one way to do something because one way is an "older" way, and another way is a "newer" way.

    I wrote a macro that can export .PNG and .JPG, and I use Document.ExportEx in that.

Children