Consulting

Results 1 to 3 of 3

Thread: Listbox Values to Select ppt Shape

  1. #1

    Listbox Values to Select ppt Shape

    I have a listbox that is populated from an add button after the user selects stuff from two filtered comboboxes. (UserForm, VBA)

    How can I take each row in the listbox and format a shape in PowerPoint based on a search for keywords in the value of each row in the box?

  2. #2
    Moderator VBAX Master geekgirlau's Avatar
    Joined
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,464
    Location
    Are you saying that you want to search for text in the PowerPoint shape?

  3. #3
    OK, I found a solution to this one, but I need some more help. What I did to get the listbox to format the shape was to delimit the properties in the text to separate cells. across the row. Then I can reference each cell in the row to specify what properties the shapes will have.

    My next problem is how to get the ok button on the form to go through each row in all the columns of the range and do if..then statements to specify the location of the shape and how large the shape will be.

Posting Permissions

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