I want to make a button that goes to a specific slide, using CommandButton.
Thanks
JPG
Hi again juanpablo
Do you have a specific reason for using a command button? In nearly every
circumstance an action button with an action of "hyperlink to slide xx" is
used.

Signature
Amazing PPT Hints, Tips and Tutorials
http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
> I want to make a button that goes to a specific slide, using CommandButton.
>
> Thanks
>
> JPG
juanpablo - 15 Nov 2007 19:08 GMT
Just to make it look better.
JP
> Hi again juanpablo
>
[quoted text clipped - 7 lines]
> >
> > JPG
John Wilson - 15 Nov 2007 19:31 GMT
Well I would normally say an action button would look better and it would
avoid using vba
If you must though the code would be
ActivePresentation.SlideShowWindow.View.GotoSlide 4
-Obviously change the slide number
Amazing PPT Hints, Tips and Tutorials
http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
> Just to make it look better.
>
[quoted text clipped - 11 lines]
> > >
> > > JPG