![]() |
#1
|
|||
|
|||
![]()
I cant seem to get one object to simply move down one object in the object manager. I have a complex macro that all works except at the end I need an object that I just brought in to the file to go down below the current object.
the macro dosent seem to record I try draggin git down below the first object and I also try pressing alt pagedown wich brings selected objects down one level. I havent updated anything except the actual corel draw program is there a seperate vb amacro update of some kind that will give me more options etc. |
#2
|
||||
|
||||
![]()
this should work
Code:
if not activeshape is nothing then activeshape.OrderBackOne Code:
if activeselectionrange.count>0 then ActiveSelectionRange.OrderBackOne |
![]() |
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 |
VBA Object Model changes in CorelDRAW X3 | Alex | CorelDRAW/Corel DESIGNER VBA | 0 | 18-01-2006 13:14 |
How can I extract a piece of a bitmap object using VBA code | oswaldon | Corel Photo-Paint VBA | 2 | 25-04-2004 19:37 |
Accesing CorelDraw 10 VBA Object Model without running it | dolmos | CorelDRAW/Corel DESIGNER VBA | 5 | 19-12-2003 07:52 |
Page selection and object moving problems | wbochar | CorelDRAW/Corel DESIGNER VBA | 1 | 15-04-2003 09:10 |
Font Substitution Upon Import | RobC | CorelDRAW/Corel DESIGNER VBA | 4 | 10-03-2003 23:06 |