Closed Thread
Results 1 to 2 of 2

Thread: How to copy the url for a list of cell with hyperlinks in another column?

  1. #1
    jaya
    Guest

    How to copy the url for a list of cell with hyperlinks in another column?

    How to copy the url for a list of cell with hyperlinks in another column?



  2. #2
    Ron de Bruin
    Guest

    Re: How to copy the url for a list of cell with hyperlinks in another column?

    With the hyperlinks in Col A run this to copy the address in Col B

    Sub Test()
    Dim hlnk As Hyperlink
    For Each hlnk In Columns("A").Hyperlinks
    hlnk.Parent.Offset(0, 1).Value = hlnk.Address
    Next
    End Sub


    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "jaya" <jayap@wanadoo.fr> wrote in message news:4347b4a1$0$27414$8fcfb975@news.wanadoo.fr...
    > How to copy the url for a list of cell with hyperlinks in another column?
    >




Closed 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.2.0