![]() |
|
#1
|
|||
|
|||
|
I know there is a feature that allows you to go to any slide number while presenting but is there a way by a macro or an addin that will allow me to go to any slide while working with the presentation instead of just slide show mode?
|
|
#2
|
|||
|
|||
|
I was doing alot of research. There has got to be a macro. Doesnt gotoslide work for this?
|
|
#3
|
|||
|
|||
|
ActiveWindow.view.GotoSlide x does
|
|
#4
|
|||
|
|||
|
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. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
slide image wont copy with text to new slide
|
lewis.mulhollen | PowerPoint | 1 | 12-17-2011 03:17 AM |
| PPT slide show feature not working | rorygirl | PowerPoint | 0 | 07-23-2011 08:43 AM |
| Maintaining a shrunken object from slide to slide | Straitsfan | PowerPoint | 0 | 05-18-2011 01:04 PM |
PPT animation. New slide where old slide ended
|
Neiljackson28 | PowerPoint | 1 | 03-08-2011 12:47 PM |
| What slide attribute can I use in VBA to detect hidden slide? | mikel401 | PowerPoint | 1 | 02-22-2011 11:13 AM |