For a Slideshow object named Slideshow 1, to start the slideshow from the first slide, use the following syntax:
Slideshow_1.Play()
To start Slideshow 1 from the third slide, use the following syntax:
Slideshow_1.Play(2)