How to enable hyperlinks in Excel

Supposing I have a lot of hyperlinks in a worksheet, normally, I can open them by clicking them one by one, but click multiple times will be annoying, so, I want if there is a quick way to open all of the selected hyperlinks at the same time. From the below article, I can solve this task with an easy way.

Open multiple hyperlinks at once with VBA code

Office Tab Enable Tabbed Editing and Browsing in Office, and Make Your Work Much Easier...

Read More... Free Download...

Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by 80%

  • Reuse Anything: Add the most used or complex formulas, charts and anything else to your favorites, and quickly reuse them in the future.
  • More than 20 text features: Extract Number from Text String; Extract or Remove Part of Texts; Convert Numbers and Currencies to English Words.
  • Merge Tools: Multiple Workbooks and Sheets into One; Merge Multiple Cells/Rows/Columns Without Losing Data; Merge Duplicate Rows and Sum.
  • Split Tools: Split Data into Multiple Sheets Based on Value; One Workbook to Multiple Excel, PDF or CSV Files; One Column to Multiple Columns.
  • Paste Skipping Hidden/Filtered Rows; Count And Sum by Background Color; Send Personalized Emails to Multiple Recipients in Bulk.
  • Super Filter: Create advanced filter schemes and apply to any sheets; Sort by week, day, frequency and more; Filter by bold, formulas, comment...
  • More than 300 powerful features; Works with Office 2007-2021 and 365; Supports all languages; Easy deploying in your enterprise or organization.

Read More... Free Download...


How to enable hyperlinks in Excel
Open multiple hyperlinks at once with VBA code

How to enable hyperlinks in Excel
Amazing! Using Efficient Tabs in Excel Like Chrome, Firefox and Safari!Save 50% of your time, and reduce thousands of mouse clicks for you every day!


To open your selected hyperlinks of a range at once, the following VBA code can help you, please do as this:

1. Hold down the ALT + F11 keys, and it opens the Microsoft Visual Basic for Applications window.

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

VBA code: Open multiple hyperlinks at once

Sub OpenHyperLinks()
'Update 20141124
	Dim xHyperlink As Hyperlink
	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 xHyperlink In WorkRng.Hyperlinks
		xHyperlink.Follow
	Next
End Sub

3. Then press F5 key to run this code, and a prompt box will pop out to remind you to select a range including hyperlinks that you want to open at once time, see screenshot:

How to enable hyperlinks in Excel

4. And then click OK, all the hyperlinks are opened at the same time without clicking them.


Related articles:

How to remove / delete all or multiple hyperlinks in Excel?

How to remove hyperlinks without removing formatting?

How to change multiple hyperlink paths at once in Excel?


The Best Office Productivity Tools

Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by 80%

  • Reuse: Quickly insert complex formulas, charts and anything that you have used before; Encrypt Cells with password; Create Mailing List and send emails...
  • Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range...
  • Merge Cells/Rows/Columns without losing Data; Split Cells Content; Combine Duplicate Rows/Columns... Prevent Duplicate Cells; Compare Ranges...
  • Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select...
  • Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more...
  • Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments...
  • Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic...
  • Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF...
  • More than 300 powerful features. Supports Office / Excel 2007-2021 and 365. Supports all languages. Easy deploying in your enterprise or organization. Full features 30-day free trial. 60-day money back guarantee.
How to enable hyperlinks in Excel

Read More... Free Download... Purchase... 


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!
How to enable hyperlinks in Excel

Read More... Free Download... Purchase... 

 

Oldest First

Sort comments by

Oldest First

Newest First

Comments (19)

No ratings yet. Be the first to rate!

How to enable hyperlinks in Excel

Priya

about 6 years ago

#16260

This comment was minimized by the moderator on the site

Hi This code is really helpful but it is asking to select the range, could you tell me how to midify this code for below situation ... hyperlinks are already placed in cell A1:C1 to A300:C300 , in D1 there should be link, on clicking D1, the hyperlinks from A1:C1 should open at once similarly by clicking D2 , hyperlinks from A2:C2 should open at once and so on. Could you please help

Reply

0

0

How to enable hyperlinks in Excel

Adrian Tyson

about 6 years ago

#16950

This comment was minimized by the moderator on the site

Hi, Thank you so much!! Its very useful for my process, but its not working on the following hyperlink =HYPERLINK("mailto:" & A3 & "?subject="& B3, "adrian") It again gets back to the module page. Can some one help me on this please!! BR, Adrian

Reply

0

0

How to enable hyperlinks in Excel

AC     Adrian Tyson

about 3 years ago

#16951

This comment was minimized by the moderator on the site

What answer have you found two years since?

Reply

0

0

How to enable hyperlinks in Excel

jagdish gaba

about 5 years ago

#18071

This comment was minimized by the moderator on the site

hi this code is very helpful. can u pls explain, how to print multiple hyperlinks. pls provide code

Reply

0

0

How to enable hyperlinks in Excel

wojtek_bookworm

about 5 years ago

#19279

This comment was minimized by the moderator on the site

Does not work. Links don't open.

Reply

0

0

How to enable hyperlinks in Excel

Jeremie     wojtek_bookworm

about 5 years ago

#19280

This comment was minimized by the moderator on the site

[quote]Does not work. Links don't open.By wojtek_bookworm[/quote] Make sure the value is a hyperlink

Reply

0

0

How to enable hyperlinks in Excel

Ben

about 4 years ago

#24058

This comment was minimized by the moderator on the site

Does not work for me: after selecting a range, nothing happens. Values are valid URLs.

Reply

0

0

How to enable hyperlinks in Excel

Vaibhav Jain

about 4 years ago

#24059

This comment was minimized by the moderator on the site

Please let me know hpw does it work in Mac

Reply

Report

0

0

How to enable hyperlinks in Excel

John

about 3 years ago

#28339

This comment was minimized by the moderator on the site

Freezes excel - links never open

Reply

0

0

How to enable hyperlinks in Excel

maov

about 3 years ago

#29035

This comment was minimized by the moderator on the site

Thanks!
Works exactly as expected. Must be sure that the links are already valid URLs.
I opened 15 at one time.

Reply

0

0

How to enable hyperlinks in Excel

James

about 3 years ago

#29907

This comment was minimized by the moderator on the site

When I use this on a column of hyperlinks generated by the =HYPERLINK() formula, it doesn't seem to work. When I copy/paste the values into a new column and run it there, it doesn't work. When I go to each individual cell, go to the end of text, and hit enter (causing it to become a hyperlink) it DOES work.


This didn't work for my needs, unfortunately. I have thousands of rows and clicking enter at the end of each line of text is pretty much what I'm having to do anyway.

Reply

0

0

How to enable hyperlinks in Excel

Johan Nersnæs     James

about 3 years ago

#29908

This comment was minimized by the moderator on the site

Found a solution?

Reply

0

0

How to enable hyperlinks in Excel

SimpleDude     Johan Nersnæs

about 3 years ago

#29909

This comment was minimized by the moderator on the site

@James @Johan - Select the text you wish to convert into hyperlink, then use this code to convert the text into hyperlink directly. Then run the code above, works like a charm.


Sub HyperAdd()

'Converts each text hyperlink selected into a working hyperlink

For Each xCell In Selection
ActiveSheet.Hyperlinks.Add Anchor:=xCell, Address:=xCell.Formula
Next xCell

End Sub

Reply

0

0

How to enable hyperlinks in Excel

HowDoIComputer     SimpleDude

about 2 years ago

#29910

This comment was minimized by the moderator on the site

Hello! What I did was to copy/paste the values from the =HYPERLINK code into a different column, and then I used @SimpleDude's code to convert the pasted text into the hyperlinks that worked with the original hyperlink-opening code. Thank you for the help!