Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA POWERPOINT

Status
Not open for further replies.

colosoderada

Programmer
Sep 14, 2000
26
ES
if I have a file *.ppt (this file has got 10 slides)
I want that when the presentation arrive to the slide 5
return automatic to the first slide. I want to use a macro
to do it. But I can´t do it. I try to do this.

Application.Presentations("Proposal.ppt")
Application.ActivePresentation(1)

but It doesn´t work

Any idea????

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top