VBA and finding internal hyperlinks?

  • Thread starter Thread starter Geoff Cox
  • Start date Start date
G

Geoff Cox

Hello,

Is it possible to use VBA to find ppt files with hyperlinks to other
slides within the same presentation, as opposed to hyperlinks to other
ppt files?

Having had the comma bug problem I would like to find and check all
files which have internal hyperlinks.

Cheers

Geoff
 
Hello,

Is it possible to use VBA to find ppt files with hyperlinks to other
slides within the same presentation, as opposed to hyperlinks to other
ppt files?

Having had the comma bug problem I would like to find and check all
files which have internal hyperlinks.


Yes. You'd look at each hyperlink on each slide and examine its .Address and
..Subaddress properties.

Studying known examples of each type will give you some hints as to what to
look for.
 
Yes. You'd look at each hyperlink on each slide and examine its .Address and
Subaddress properties.

Studying known examples of each type will give you some hints as to what to
look for.

Thanks Steve - will follow up on this.

Cheers

Geoff
 
Back
Top