Consulting

Results 1 to 4 of 4

Thread: View Slides With And In Userform

  1. #1
    Banned VBAX Regular
    Joined
    Aug 2010
    Posts
    54
    Location

    View Slides With And In Userform

    Is there a way I can preview a Slideshow from within a Userform, (in Excel)?

    I'm not bothered how it is done, whether as a Slideshow, separate images,
    video of html, but it would really advance my project if it can be done.

    Anyone?

    Also posted here: http://www.thecodecage.com/forumz/mi...post1055009216

  2. #2
    Banned VBAX Regular
    Joined
    Aug 2010
    Posts
    54
    Location
    OK, I've worked out how to export all of the slides as jpg images into a temp
    folder and I was thinking that maybe I could load them onto an Image Control
    within the Userform and have a couple of command buttons to go to next and
    previous. If that could work, then how can I get around the fact that the total number
    of Slides will vary from slideshow to slideshow?

  3. #3
    VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,709
    Location
    Use the Dir function to load the file names into an array or collection, then use a CommandButton to loop thru the collection and open each file in turn.

    I'm also changing the Thread Title to better represent your request. I hope it helps.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  4. #4
    VBAX Newbie
    Joined
    Oct 2013
    Posts
    5
    Location
    Tnx for share! helped me a lot.

Posting Permissions

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