In CorelDRAW, one of the most practical macro features is Batch Formatting and Alignment
s.Outline.SetProperties Color:=CreateCMYKColor(0, 0, 0, 100), Width:=0.003 coreldraw macros fixed
Sub BrokenExport() Dim s As Shape For Each s In ActivePage.Shapes If s.Type = cdrTextShape Then s.Fill.UniformColor.RGBAssign 255, 0, 0 End If Next s ' Crash on undo or if shape deleted inside loop End Sub In CorelDRAW, one of the most practical macro
to automate a task? Let me know the details and I can provide the specific code! verify the issue:
First, verify the issue: