OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Developer Forums > VBA > CorelDRAW/Corel DESIGNER VBA

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20-02-2008, 14:03
dear
Guest
 
Posts: n/a
Default Shape: Back of Page

How I can know which shape lay under all on the page?
Reply With Quote
  #2  
Old 20-02-2008, 17:55
shelbym's Avatar
shelbym shelbym is offline
Senior Member
 
Join Date: Nov 2002
Location: Cheyenne, WY
Posts: 1,709
Blog Entries: 6
Send a message via ICQ to shelbym Send a message via AIM to shelbym Send a message via MSN to shelbym Send a message via Yahoo to shelbym
Default More Info...

You want to know how to do this via code? Are you want to just look. If you are just looking, use the Object Manager, it will give you a visual of all the shapes and how they are stacked.

If you want via code. How do you want the shapes returned? As a shaperange or by Name / number?

Thanks,

-Shelby
Reply With Quote
  #3  
Old 21-02-2008, 02:25
dear
Guest
 
Posts: n/a
Default

I need that this shape willl be selected (in VBA code)
Thanks, dear
Reply With Quote
  #4  
Old 21-02-2008, 11:38
shelbym's Avatar
shelbym shelbym is offline
Senior Member
 
Join Date: Nov 2002
Location: Cheyenne, WY
Posts: 1,709
Blog Entries: 6
Send a message via ICQ to shelbym Send a message via AIM to shelbym Send a message via MSN to shelbym Send a message via Yahoo to shelbym
Default Back Most Shape

How about this:
Code:
Sub BackShape()
    ActivePage.Shapes.Last.CreateSelection
End Sub
Hope it helps,

-Shelby
Reply With Quote
  #5  
Old 21-02-2008, 16:50
dear
Guest
 
Posts: n/a
Default

Thanks, it's working!
dear
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Symbol shape is not found in a group squonk CorelDRAW/Corel DESIGNER VBA 1 14-06-2007 06:32
CorelDRAW X3 VBA Code - Shape & Color LIster JudyHNM Code Critique 2 05-04-2007 14:02
Is there a property/method to check for shape off page? Shaddy CorelDRAW/Corel DESIGNER VBA 8 26-08-2006 13:04
Any idea what's wrong with this shape? jemmyell CorelDRAW/Corel DESIGNER VBA 4 08-05-2006 18:15
Moving Shape to another page using C++ moodwin CorelDRAW/Corel DESIGNER VBA 4 18-03-2005 02:01


All times are GMT -5. The time now is 10:22.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com