ααααΌααα»ααΆααααααααααα’αΌαααααΌαααΆαααΆαα’αΆα
ααΆααααααααα 077 72 31 36 telegram
β€2
ααααΌααα»ααΆαααααα α’αΆα
ααΆααααααααα 077 72 31 36 telegram
β€2
This media is not supported in your browser
VIEW IN TELEGRAM
ααααααααΌα ααΌα α’αααα
αααααΆα ααα α#CorelDRAW #Page #Plugingππππ
Sub SetPageSameAsSelected()
Dim sr As ShapeRange, s As Shape
Dim x#, y#, w#, h#
ActiveDocument.BeginCommandGroup ("pagesize")
ActiveDocument.Unit = cdrMillimeter
Set sr = ActiveSelectionRange
If sr.Count = 0 Then Exit Sub
sr.GetBoundingBox x, y, w, h
ActivePage.SetSize w + 5, h + 5
sr.AlignRangeToPageCenter (cdrAlignVCenter)
ActiveDocument.EndCommandGroup
End Sub