+ Reply to Thread
Results 1 to 2 of 2

Macro to convert hyperlinks to text

  1. #1
    Emece
    Guest

    Macro to convert hyperlinks to text

    I have lots of hyperlinks in a worksheet, want to convert them all into plain
    text. I couldn“t find an automatic way to do this other than with macros,
    does someone have a macro that do this?

    Thanks in advance

    Regards
    Emece.

  2. #2
    John Michl
    Guest

    Re: Macro to convert hyperlinks to text

    Sub RemoveHyperlinks()
    Selection.Hyperlinks.Delete
    End Sub

    Select the range that has the links (could be the entire sheet), Press
    Alt-F8 the run the macro.

    - John


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1