![]() |
#1
|
|||
|
|||
![]()
How to select bottom most object on the page
|
#2
|
||||
|
||||
![]()
Use a little CQL:
Code:
Sub SelectBottomShape() Dim srSelection As ShapeRange Set srSelection = ActiveSelectionRange srSelection.Sort " @shape1.Top * 100 - @shape1.Left > @shape2.Top * 100 - @shape2.Left" srSelection.LastShape.CreateSelection End Sub -Shelby |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
X5 - select objects actually on the page | knowbodynow | CorelDRAW/Corel DESIGNER VBA | 2 | 29-01-2012 20:22 |
Select all items on current page (within print area) | fungel | Feature requests/wishlist | 1 | 20-10-2010 11:58 |
Ruler to start top left of page instead of bottom left | fungel | General | 2 | 08-04-2009 13:07 |
Is there a way to select all objects on page..... | LGD | CorelDRAW/Corel DESIGNER VBA | 2 | 10-11-2006 15:04 |
How to select object inside another object | jukos | General | 4 | 24-10-2005 22:27 |