Results 1 to 2 of 2

Thread: Powerpoing shape naming

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2003
    Location
    Del
    Posts
    29

    Powerpoing shape naming

    Hi,

    I am creating a VB application that inserts slided from a pre - defined templates and creates a new pitch. These predefined templates have centain shapes. How can I find out the names of these components with out opening PPTs and How to add text to these.

    Please help

  2. #2
    Fanatic Member Matt_T_hat's Avatar
    Join Date
    Dec 2001
    Location
    '76 Male Body Evil-Errors: 666
    Posts
    774
    I believe the code might follow the form of

    VB Code:
    1. Dim ctrl As Control
    2.  
    3. For Each ctrl In [location]
    4.     ctrl.BackColor = vbRed
    5. Next
    although shapes are not controls so you may need to do slightly differently... any help?
    ?
    'What's this bit for anyway?
    For Jono

Posting Permissions

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



Click Here to Expand Forum to Full Width