PC Review


Reply
Thread Tools Rate Thread

Custom Slideshow in VB

 
 
=?Utf-8?B?amlueA==?=
Guest
Posts: n/a
 
      23rd May 2007
Hi,

Does anyone know how to code a custom slideshow in VB ? I only need selected
slides - they may not be continuous. eg slides 1-3 then 5, then 8-10

--
Thanks... Jinx
 
Reply With Quote
 
 
 
 
=?Utf-8?B?U2FyYWg=?=
Guest
Posts: n/a
 
      23rd May 2007
You can right click on the slide that you don't want to show and click hide
slide. That should take care of that for you. After the show you can go
back in and unhide the slide.

Sarah

"jinx" wrote:

> Hi,
>
> Does anyone know how to code a custom slideshow in VB ? I only need selected
> slides - they may not be continuous. eg slides 1-3 then 5, then 8-10
>
> --
> Thanks... Jinx

 
Reply With Quote
 
Rick Altman
Guest
Posts: n/a
 
      23rd May 2007
Why would you need to do it in VB? It is probably I who needs enlightenment
here, but humor me and the throngs of others here who do not even dabble in
VB. With the Custom Show function supporting exactly what you ask for -- the
ability to show selected, non-contiguous slides -- why must you retreat to a
programming language to make this happen. Thanks...





Rick Altman
---
Author
Why Most PowerPoint Presentations Suck...and how you can make them better
www.betterppt.com

Host
The PowerPoint Live User Conference
Oct 28-31 | The French Quarter of New Orleans
www.powerpointlive.com


 
Reply With Quote
 
Steve Rindsberg
Guest
Posts: n/a
 
      11th Jun 2007
In article <D4026F3E-3856-419C-984F-(E-Mail Removed)>, Jinx wrote:
> Hi,
>
> Does anyone know how to code a custom slideshow in VB ? I only need selected
> slides - they may not be continuous. eg slides 1-3 then 5, then 8-10


Good question ... I've just posted some example code here:

Create a custom show from current slide selection using VBA
http://www.pptfaq.com/FAQ00869.htm

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================


 
Reply With Quote
 
Steve Rindsberg
Guest
Posts: n/a
 
      11th Jun 2007
In article <(E-Mail Removed)>, Rick Altman wrote:
> Why would you need to do it in VB? It is probably I who needs enlightenment
> here, but humor me and the throngs of others here who do not even dabble in
> VB. With the Custom Show function supporting exactly what you ask for -- the
> ability to show selected, non-contiguous slides -- why must you retreat to a
> programming language to make this happen. Thanks...


If you've been tasked with doing the job in code, it's not a retreat. It's
called "getting the job done". ;-)

This might be part of an addin that does most of the work, asking the users
only to select the slides they want to include in the custom show (ie, in
sorter) then press a button.

Or it might be a case of the programmer needing to automatically create and
display a custom show based on a set of criteria that may not be obvious to us
or the user, something that'd be fairly simple to do in code, very difficult to
do manually. Or impossible.

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================


 
Reply With Quote
 
=?Utf-8?B?amlueA==?=
Guest
Posts: n/a
 
      11th Jun 2007
Steve, your right... I have a lerge spreadsheet that is used by several
business owners. At any one presentation they need to be able to select the
slides they require. this is done via a userform. the problem is that if you
rerun the presentation without closing it - it starts on the last slide that
was shown.. rather than the setup slide.
--
Thanks... Jinx


"Steve Rindsberg" wrote:

> In article <(E-Mail Removed)>, Rick Altman wrote:
> > Why would you need to do it in VB? It is probably I who needs enlightenment
> > here, but humor me and the throngs of others here who do not even dabble in
> > VB. With the Custom Show function supporting exactly what you ask for -- the
> > ability to show selected, non-contiguous slides -- why must you retreat to a
> > programming language to make this happen. Thanks...

>
> If you've been tasked with doing the job in code, it's not a retreat. It's
> called "getting the job done". ;-)
>
> This might be part of an addin that does most of the work, asking the users
> only to select the slides they want to include in the custom show (ie, in
> sorter) then press a button.
>
> Or it might be a case of the programmer needing to automatically create and
> display a custom show based on a set of criteria that may not be obvious to us
> or the user, something that'd be fairly simple to do in code, very difficult to
> do manually. Or impossible.
>
> -----------------------------------------
> Steve Rindsberg, PPT MVP
> PPT FAQ: www.pptfaq.com
> PPTools: www.pptools.com
> ================================================
>
>
>

 
Reply With Quote
 
=?Utf-8?B?amlueA==?=
Guest
Posts: n/a
 
      11th Jun 2007
thanks for the example code, looks good.
--
Thanks... Jinx


"Steve Rindsberg" wrote:

> In article <D4026F3E-3856-419C-984F-(E-Mail Removed)>, Jinx wrote:
> > Hi,
> >
> > Does anyone know how to code a custom slideshow in VB ? I only need selected
> > slides - they may not be continuous. eg slides 1-3 then 5, then 8-10

>
> Good question ... I've just posted some example code here:
>
> Create a custom show from current slide selection using VBA
> http://www.pptfaq.com/FAQ00869.htm
>
> -----------------------------------------
> Steve Rindsberg, PPT MVP
> PPT FAQ: www.pptfaq.com
> PPTools: www.pptools.com
> ================================================
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug in custom slideshow in Powerpoint 2003 & 2007 rwallacej Microsoft Powerpoint 2 29th Jul 2009 06:44 PM
Custom Motion Path Animation Is Jumpy When Played In SlideShow LimeFace Microsoft Powerpoint 3 15th Jan 2008 08:31 PM
Slideshow with custom animation needs to start automatically =?Utf-8?B?cmF0c25lag==?= Microsoft Powerpoint 2 6th Jul 2007 10:58 AM
Re: PP Custom Animation Timing faster when slideshow run on newer computer PJS Microsoft Powerpoint 0 27th Aug 2005 10:27 PM
Help needed with custom ADM file to control XP's Slideshow Screensave straighteight@gmail.com Microsoft Windows 2000 Group Policy 1 18th Mar 2005 09:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:40 AM.