Coreldraw Macros «2027»
' 3. Get the document name to use as a prefix ' We strip the file extension for cleaner naming docName = Left(doc.FileName, InStrRev(doc.FileName, ".") - 1)
Instead of hardcoding the folder path, you can add a UserForm in VBA with a "Browse" button so the user can pick the destination folder graphically. coreldraw macros
CorelDRAW supports two types of macros:
Sub FixHairlines() Dim s As Shape For Each s In ActivePage.Shapes If s.Type = cdrCurveShape Or s.Type = cdrRectangleShape Then If s.Outline.Width < 0.25 And s.Outline.Width > 0 Then s.Outline.SetProperties 0.5 End If End If Next s MsgBox "Hairlines fixed." End Sub 0.25 And s.Outline.Width >
The CorelDRAW community has developed a vast library of specialized macros that handle niche industry needs: coreldraw macros

Lascia un commento