Coreldraw Macros Better
If you have been using CorelDRAW for more than six months, you have likely felt the frustration: repetitive clicks, manual alignments, endless batch exports, and the dreaded "Find and Replace" dialog that still requires too many mouse movements.
Sub ChangeAllOutlinesToRed() ' This macro changes all objects on the active page to have a 1pt red outline Dim s As Shape Dim sr As ShapeRange ' Get all shapes on the active page Set sr = ActivePage.Shapes.All coreldraw macros better
Instead of recording an action on one shape, write code that processes every shape on a layer. If you have been using CorelDRAW for more