Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / April 2007

Tip: Looking for answers? Try searching our database.

Removing all hyperlinks

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Steve Block - 18 Apr 2007 11:08 GMT
I have some presentations that contain a number of hyperlinks (to sound files
and to other programs). I want to post these presentations on a student
website, but without the hyperlinks, which wouldn't work if clicked anyway.
Is there a way I can locate and remove all hyperlinks in one process, or do
I need to go through removing them one by one?

Steve
Steve Rindsberg - 23 Apr 2007 15:27 GMT
> I have some presentations that contain a number of hyperlinks (to sound files
> and to other programs). I want to post these presentations on a student
> website, but without the hyperlinks, which wouldn't work if clicked anyway.
> Is there a way I can locate and remove all hyperlinks in one process, or do
> I need to go through removing them one by one?

Give this a try on a copy of your existing presentation:

Sub RemoveLinks()
' Warning: air code

Dim oSl as Slide
Dim x as Long

For Each oSl in ActivePresentation.Slides
 For x = oSl.Hyperlinks.Count to 1 Step -1
    oSl.Hyperlinks(x).Delete
 Next ' Hyperlink
Next   ' Slide

End Sub

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.