+ Reply to Thread
Results 1 to 3 of 3

VBA to remove hyperlink?

  1. #1
    keithb
    Guest

    VBA to remove hyperlink?

    How can I use VBA to remove a hyperlink from a cell, while retaining the
    cell content?

    Thanks,

    Keith



  2. #2
    Gary's Student
    Guest

    RE: VBA to remove hyperlink?

    sub hypergone()
    Selection.Hyperlinks.Delete
    end sub

    Just select the cells you want to clean first and then run the macro.

    God Luck
    --
    Gary's Student


    "keithb" wrote:

    > How can I use VBA to remove a hyperlink from a cell, while retaining the
    > cell content?
    >
    > Thanks,
    >
    > Keith
    >
    >
    >


  3. #3
    Dave Peterson
    Guest

    Re: VBA to remove hyperlink?

    You've got another very similar answer in .misc.

    keithb wrote:
    >
    > How can I use VBA to remove a hyperlink from a cell, while retaining the
    > cell content?
    >
    > Thanks,
    >
    > Keith


    --

    Dave Peterson

+ 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