Results 1 to 10 of 10

Thread: Add Shape overlay with action and send to back

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,887
    Location

    Add Shape overlay with action and send to back

    I'm trying to write a PP 2010 macro to do some formatting in slide edit mode

    1. add a rectangle shape covering the entire slide named "Invisible_Back"

    2. no fill and no border

    3. send to back (I'll need a flavor to send to front but I should be able to do that myself)

    4. add action to hyperlink to a particular slide


    Hand crafted example, done the hard way

    Slide one has Invisible_Back so that if one of the Shapes is not clicked, it stays, instead of advancing to next slide

    Slide one has shapes with action to a shape-specific slide

    Each shape specific slide has a Invisible_Front overlay to return to the main slide (slide one) no matter where you click


    I'll probable expand the macro to apply Invisible_Front to all selected slides instead on one at a time


    I haven't figured out how I want to handle assigning actions to the shapes on Slide one yet
    Attached Files Attached Files
    ---------------------------------------------------------------------------------------------------------------------

    Paul


    Remember: Tell us WHAT you want to do, not HOW you think you want to do it

    1. Use [CODE] ....[/CODE ] Tags for readability
    [CODE]PasteYourCodeHere[/CODE ] -- (or paste your code, select it, click [#] button)
    2. Upload an example
    Go Advanced / Attachments - Manage Attachments / Add Files / Select Files / Select the file(s) / Upload Files / Done
    3. Mark the thread as [Solved] when you have an answer
    Thread Tools (on the top right corner, above the first message)
    4. Read the Forum FAQ, especially the part about cross-posting in other forums
    http://www.vbaexpress.com/forum/faq...._new_faq_item3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •