Thread: [Solved] Go To Slide while working.
View Single Post
 
Old 02-22-2012, 12:41 PM
excelledsoftware excelledsoftware is offline Windows 7 64bit Office 2003
IT Specialist
 
Join Date: Jan 2012
Location: Utah
Posts: 455
excelledsoftware will become famous soon enough
Default

Quote:
Originally Posted by JohnWilson View Post
ActiveWindow.view.GotoSlide x does
Mr. John Wilson you are amazing.

Here is the final product with your help.

Sub jump()
Dim JumpToSlide As Integer
JumpToSlide = InputBox("Jump To Slide Number")
ActiveWindow.View.GotoSlide JumpToSlide
End Sub

Just so you know I am working on creating a cartoon and all of these vba snippets have been a huge help in facilitating it. I do it all with powerpoint in a frame by frame type style.

Without a doubt John I will be putting you in the credits.

Thanks again.
Reply With Quote