PDA

View Full Version : View Slides With And In Userform



sharky12345
10-21-2013, 09:28 AM
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/microsoft-powerpoint-forum/214381-slideshow-within-userform.html#post1055009216

sharky12345
10-21-2013, 11:51 AM
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?

SamT
10-22-2013, 04:20 AM
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.

SoftMast
10-31-2013, 11:47 AM
Tnx for share! helped me a lot.