N
NigelGomm
if i have a slide in a presentation and i manually add a hyperlink (to the
second shape of the second slide) pointing to a slide in the same
presentation... where is the hyperlink info stored?
i have a slide with a hyperlink to another slide in the same presentation...
i can see (using a VBA Watch) the hyperlink in
..slides.item[2].hyperlinks.item[2].subaddress
if i then copy and paste that slide into a new presentation i can still see
(using VBA Watch) that subaddress in the new presentation but when i 'edit
hyperlink' it's empty (and doesn't do anything when i click on it in a
sideshow).
on the original slide (in the orginal presentation) i was expecting to find
it in
..slides.item[2].shapes.item[2].actionsettings[1].hyperlink.address
but that is empty
(using automation i'm trying to paste a slide into a new presentation and
keep hyperlinks to other slides in the same presentation active... the slide
may not be there when i paste but it will be when i've finished with the
presentation)
TIA
nigel
second shape of the second slide) pointing to a slide in the same
presentation... where is the hyperlink info stored?
i have a slide with a hyperlink to another slide in the same presentation...
i can see (using a VBA Watch) the hyperlink in
..slides.item[2].hyperlinks.item[2].subaddress
if i then copy and paste that slide into a new presentation i can still see
(using VBA Watch) that subaddress in the new presentation but when i 'edit
hyperlink' it's empty (and doesn't do anything when i click on it in a
sideshow).
on the original slide (in the orginal presentation) i was expecting to find
it in
..slides.item[2].shapes.item[2].actionsettings[1].hyperlink.address
but that is empty
(using automation i'm trying to paste a slide into a new presentation and
keep hyperlinks to other slides in the same presentation active... the slide
may not be there when i paste but it will be when i've finished with the
presentation)
TIA
nigel