This example places on the Clipboard a copy of the slide that's currently displayed in slide show window one.
SlideShowWindows(1).View.Slide.Copy
This example displays the name of the presentation currently running in slide show window one.
MsgBox SlideShowWindows(1).View.Slide.Parent.Name