J
JEG
I'm trying to make a link that will go to a specific slide in a specific
file -- based on the slide title. In the example below, the link should
go to the "Overview" slide in File1.ppt. So far when I click the link, it
does open File1.ppt but it does not go to the Overview slide. I thougth I
was following the right syntax for the SubAddress -- is there some other
way I'm supposed to name the slide other than using the slide title?
ActivePresentation.FollowHyperlink (Presentations("ABC_Pres.pps").Path &
"File1.ppt"), ("Overview")
SlideShowWindows(Index:=2).View.Exit
Thanks!
Jackie
file -- based on the slide title. In the example below, the link should
go to the "Overview" slide in File1.ppt. So far when I click the link, it
does open File1.ppt but it does not go to the Overview slide. I thougth I
was following the right syntax for the SubAddress -- is there some other
way I'm supposed to name the slide other than using the slide title?
ActivePresentation.FollowHyperlink (Presentations("ABC_Pres.pps").Path &
"File1.ppt"), ("Overview")
SlideShowWindows(Index:=2).View.Exit
Thanks!
Jackie