Skip to main content

How to convert a bunch of text URLs to active hyperlinks in Excel?

If you have a list of URL addresses which are plain text, how could you activate theses text URLs to the clickable hyperlinks as following screenshot shown?

doc activate hyperlinks 1

Convert a bunch of text URLs to active hyperlinks with formulas

Convert a bunch of text URLs to active hyperlinks with VBA code

Convert a bunch of text URLs to active hyperlinks Kutools for Excel


arrow blue right bubble Convert a bunch of text URLs to active hyperlinks with formulas

To double click the cell to activate the hyperlinks one by one will waste lots of time, here, I can introduce some formulas for you, please do as follows:

Enter this formula: =HYPERLINK(A2, A2) into a blank cell where you want to output the result, and then drag the fill handle down to apply this formula to the cells that you want, and all text URLs have been converted to active hyperlinks, see screenshot:

doc activate hyperlinks 2


arrow blue right bubble Convert a bunch of text URLs to active hyperlinks with VBA code

The below VBA code also can help you to solve this task, please do as this:

1. Hold down the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.

2. Click Insert > Module, and paste the following code in the Module Window.

VBA code: Convert a bunch of text URLs to active hyperlinks:

Sub activateHyperlinks()
'Updateby Extendoffice
Dim Rng As Range
Dim WorkRng As Range
On Error Resume Next
xTitleId = "KutoolsforExcel"
Set WorkRng = Application.Selection
Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type:=8)
For Each Rng In WorkRng
    Application.ActiveSheet.Hyperlinks.Add Rng, Rng.Value
Next
End Sub

3. Then press F5 key to run this code, and a prompt box is popped out to remind you select the cells that you want to convert to clickable hyperlinks, see screenshot:

doc activate hyperlinks 3

4. And then click OK button, the plain text URLs have been converted to active hyperlinks, see screenshot:

doc activate hyperlinks 4


arrow blue right bubble Convert a bunch of text URLs to active hyperlinks Kutools for Excel

Here is a handy tool-Kutools for Excel, with its Convert Hyperlinks feature, you can quickly both convert a bunch of text URLs to clickable hyperlinks and extract real hyperlink addresses from hyperlink text string.

Kutools for Excel : with more than 300 handy Excel add-ins, free to try with no limitation in 30 days. 

After installing Kutools for Excel, please do as this:

1. Select the cells contains the text URLs that you want to activate.

2. Then click Kutools > Link > Convert Hyperlinks, see screenshot:

3. In the Convert Hyperlinks dialog box, select Cell contents replace hyperlinks addresses option under the Convert type section, and then check Convert source range if you want to put the actual addresses to the original range, see screenshot:

doc activate hyperlinks 6

4. Then click Ok button, and the text URLs have been activated at once, see screenshot:

doc activate hyperlinks 4

Note: If you want to put the result to another cell instead of the original cell, please uncheck the Convert source range, and select a cell where you need to output the result from the Result range as following screenshot shown:

doc activate hyperlinks 7

Click to Download Kutools for Excel and free trial Now!

Best Office Productivity Tools

πŸ€– Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (4)
Rated 5 out of 5 · 1 ratings
This comment was minimized by the moderator on the site
LA OPCION 2:
Convierta un montΓ³n de URL de texto en hipervΓ­nculos activos con cΓ³digo VBA

ANDA PERFECTO!
GRACIAS!
Rated 5 out of 5
This comment was minimized by the moderator on the site
Tak for input, men jeg kunne ikke fΓ₯ konverteringen til at virke.

Den skrev bare en lang liste text:

= HYPERLINK (A2, A2)

Problemet var, at du havde skrevet formlen med komma og ikke med semikolon.

Den rette formel er =hyperlink(A2;A2)
This comment was minimized by the moderator on the site
Thank you much!!!!
This comment was minimized by the moderator on the site
Бпасибо большоС Π·Π° ваш Ρ‚Ρ€ΡƒΠ΄
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations