Help with embedded links

  • Thread starter Thread starter Matt E
  • Start date Start date
M

Matt E

I have several PP presentations that were
created with linked images that point to a network
location. These links are very s-l-o-w to remove
one by one as the machine is held hostage by attempts
to connect to a non-existant machine.

these are not click to follow hyperlinks - only OLE ?
links and are not needed to run the pres.

How may I, within VBA, remove these links automatically ?
I can enumerate them using LinkFormat.SourceFullName
but cannot delete or change them.

many thanks and here's to your having a headache free day !
 
I have several PP presentations that were
created with linked images that point to a network
location. These links are very s-l-o-w to remove
one by one as the machine is held hostage by attempts
to connect to a non-existant machine.

these are not click to follow hyperlinks - only OLE ?
links and are not needed to run the pres.

How may I, within VBA, remove these links automatically ?
I can enumerate them using LinkFormat.SourceFullName
but cannot delete or change them.

Ungroup all the OLE objects in a presentation
http://www.rdpslides.com/pptfaq/FAQ00326.htm
 
Back
Top