Advertisement
Guest User

Untitled

a guest
May 5th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Set sld = Application.ActiveWindow.View.Slide
  2.  
  3. Set sld = ActivePresentation.Slides(ActiveWindow.View.Slide.SlideNumber)
  4.  
  5. Set sld = ActiveWindow.Selection.SlideRange.SlideIndex
  6.  
  7. Set sld = ActiveWindow.Selection.SlideRange(1)
  8.  
  9. Set sld = ActivePresentation.SlideS(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement