This single loop structure allows you to standardize colors, font sizes, or line weights across a 100-page catalog instantly.
' Loop through each shape For Each s In sr ' Set outline color to red (RGB 255,0,0) s.Outline.SetProperties Color:=CreateRGBColor(255, 0, 0), _ Width:=1 Next s coreldraw macros better