need to set customized objects quantity on page

i have multiple number of objects to set on page. is there any macro from which i just import that object in a page then set quantity and it automatically set on the page with mentioned quantity in a neat and clean way?

Parents Reply
  • The commercial ecut macro can import images (and CDR files) and place them.  The tab-delimited file would look like this - just repeat rows if you want to import the same image more than once.

    [1]file
    C:\Users\Jeff\Desktop\1.cdr
    C:\Users\Jeff\Desktop\1.cdr
    C:\Users\Jeff\Desktop\1.cdr
    C:\Users\Jeff\Desktop\1.cdr
    C:\Users\Jeff\Desktop\2.cdr
    C:\Users\Jeff\Desktop\2.cdr
    C:\Users\Jeff\Desktop\3.cdr
    C:\Users\Jeff\Desktop\3.cdr
    C:\Users\Jeff\Desktop\3.cdr

Children