can we repeat a cropmark macro to all pages after we use on 1 page

can we repeat a cropmark macro like tiler  to all pages after we use on single page ?

Parents Reply
  • One way to get a hands-on introduction to VBA in CorelDraw would be to use some of the really nice tutorials that John put together:

    GDG Macros VBA Lessons

    Some of the information in the first lesson might not work for you, because it shows a way of creating a new VBA project in X3 using a Windows XP setup.

    Here is how I would set up a new VBA project in CorelDraw in X7 on my Windows 7 system:

    In CorelDraw, open the Macro Manager docker:

    Right-click on "Visual Basic for Applications":

    Click on "New Macro Project..." to get to this dialog:

    Type in the name of your new project, click "Save", and then see that the new project is present in the Macro Manager:

    Also, the way to get to the macro editor is a little bit different. In X7, I would use Tools>Macros>Macro Editor... to open it:

    When the editor opens, the new macro project is there:

    I think that, from there, you would be ready to type in a first "Hello, World!" macro - and then move on.

    Already in Lesson 2, John gives an example that involves "doing something" on all pages of a document - so you are learning something that is useful right away!

Children