+ Reply to Thread
Results 1 to 3 of 3

converting text into hyperlinks

  1. #1
    Registered User
    Join Date
    05-29-2006
    Posts
    7

    converting text into hyperlinks

    I have a list of 3000 URLs,
    Each line contains URL in a text format.
    I need to convert all the lines in one column - into hyperlinks.

    How do I do it in Excel 2002?
    Thanks!

    Edited: 10 people have seen so far this question.
    If it cannot be done, can anyone comment on that?
    Last edited by barakooda; 05-29-2006 at 02:30 AM.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Barakooda,

    Add a standard VBA module to your project and copy and paste the following code into it.

    Please Login or Register  to view this content.
    How to call the Macro:
    Say your the range you want to convert into hyperlinks is A2 to A3002.

    MakeHyperlinks Range("A2:A3002")

    Or you can select the cells you want to convert to hyperlinks and run the macro from the Macro List. To display the Macro List, press ALT + F8.

    Sincerely,
    Leith Ross

  3. #3
    Registered User
    Join Date
    05-29-2006
    Posts
    7
    Quote Originally Posted by Leith Ross
    Hello Barakooda,

    Add a standard VBA module to your project and copy and paste the following code into it.

    Please Login or Register  to view this content.
    How to call the Macro:
    Say your the range you want to convert into hyperlinks is A2 to A3002.

    MakeHyperlinks Range("A2:A3002")

    Or you can select the cells you want to convert to hyperlinks and run the macro from the Macro List. To display the Macro List, press ALT + F8.

    Sincerely,
    Leith Ross
    Dear Leith Ross,
    Thanks for answering, and thanks a lot for elaborting!!
    Cheers!!

+ 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