Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-17-2017, 11:24 PM
louiseL louiseL is offline Get rid of links Windows 7 64bit Get rid of links Office 2010 32bit
Novice
 
Join Date: Apr 2017
Posts: 2
louiseL is on a distinguished road
Default

Hi,Lrrryo

If you you mean the hyperlinks, here are 3 ways you can try.

1. You can just copy the whole text and paste them as “Unformatted Text”. This will remove all links.

2.Use “Replace” Feature
Pressed “Alt + F9” to change to the “Link” view--->Type “^d HYPERLINK” in “Find what” text box-->click “Replace All"



3.Use Macro
The code is below:

Code:
Sub RemoveLinks()
    While ThisDocument.Hyperlinks.Count > 0
     ThisDocument.Hyperlinks(1).Delete
   Wend
 End Sub
Hope it helps.
Reply With Quote
  #2  
Old 04-18-2017, 09:42 AM
Lrrryo
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by louiseL View Post
Hi,Lrrryo

If you you mean the hyperlinks, here are 3 ways you can try.

1. You can just copy the whole text and paste them as “Unformatted Text”. This will remove all links.

Works good, would be nice if I could assign a key to do that without edit/paste special/unformatted

2.Use “Replace” Feature
Pressed “Alt + F9” to change to the “Link” view--->Type “^d HYPERLINK” in “Find what” text box-->click “Replace All"

Confusing, and this is Mac, no Alt

3.Use Macro
The code is below:

Code:
Sub RemoveLinks()
    While ThisDocument.Hyperlinks.Count > 0
     ThisDocument.Hyperlinks(1).Delete
   Wend
 End Sub
Give me a heads up on how use macros. Use to use them in letters and things, copy addresses to envelope, add date, etc., but forgot how. Link to a tutorial? Thanks

Hope it helps.
About comments in bold.
Reply With Quote
  #3  
Old 04-19-2017, 02:42 AM
louiseL louiseL is offline Get rid of links Windows 7 64bit Get rid of links Office 2010 32bit
Novice
 
Join Date: Apr 2017
Posts: 2
louiseL is on a distinguished road
Default

Hi,Lrrryo

I didn't notice that you are using Office for Mac 2011, so the ways are used in Windows.
But I think they should be similar so you can search them online. Hope it goes well.

Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Get rid of links TOC Links - Links in table of content disappearing when table is refreshed antimoneylaundering Word 5 11-06-2015 02:04 PM
Links need to be Hot links in Bibliography in Word 2010, 2013 synses Word 1 11-23-2013 12:48 AM
OLE links. johnp Word 1 10-18-2011 03:39 PM
Get rid of links links Howie Word 5 09-28-2011 01:16 AM
Get rid of links Hot Links sussertown Outlook 1 05-06-2009 02:24 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 10:38 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft