✅👀 How to Create Your Own Macro in CorelDRAW | Easy Step-by-Step

Опубликовано: 11 Май 2026
на канале: Ractor
2,270
67

In this video, you'll learn step-by-step how to create your own macro in CorelDRAW.
I'll show you everything from how to access the VBA editor to how to write and run your own code to automate tasks, save time, and improve your design workflow.

Ideal for designers, printers, and creatives who want to take CorelDRAW to the next level with simple programming.

💸💲 Donation for the channel 👇🏽👇🏽:

https://paypal.me/Ractor1

🔹 Macro Code

Dim sr As ShapeRange
Dim s As Shape
Dim s2 As Shape
Dim col As New Color
Dim x As Double, and As Double
Dim to As Boolean
Dim b As Long

MsgBox "Select an object"

a = ActiveDocument.GetUserClick(x, y, b, 10, False, cdrCursorEyeDrop)
Set s2 = ActivePage.SelectShapesAtPoint(x, y, False)
col.CopyAssign s2.Fill.UniformColor
ActiveDocument.ClearSelection

Set sr = CreateShapeRange
For Each s In ActivePage.FindShapes
If s.Fill.UniformColor.IsSame(col) Then
sr.Add s
End If
Next s
sr.Group

🔔 Don't forget to subscribe and activate the bell for more design and printing tutorials!

This channel was created to help people with their trades 😃😃

#CorelDRAW #VBA #MacroCorelDRAW #GraphicDesign #Automation #CorelDRAWTutorial #VisualBasic