No errors in Hyperlink formula but nothing happens

peter_reed

New Member
Joined
Nov 7, 2016
Messages
4
Hello

Can anyone see why this hyperlink formula won't work - it doesn't show any errors, it shows the correct friendly name result from the other workbook, but when clicked literally nothing happens... no error messages, nothing... anyone have any ideas?

This is the formula
=HYPERLINK("\\LS420D465\Share\Templates\PURCHASEORDERTEMEPLATE\PURCHASEORDERTEMPLATE37.xlsm",'\\LS420D465\Share\Templates\PURCHASE ORDER TEMEPLATE\PURCHASE ORDER TEMPLATE37.xlsm'!Client_Name)

Look forward to hearing from you.
Peter
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi,

To be honest, I have never inserted a hyperlink into a cell without using the Hyperlink Wizard that is a choice when you right-click a cell. That being said I just now tried to create a Hyperlink in a cell using the HYPERLINK function as I assumed you did.

My results to reach a file named "DisplayNodes.xlsm" with the path of G:\Files\Excel VBA\DisplayNodes.xlsm yielded this formula which works correctly for me:

=HYPERLINK("file:///G:\Files\Excel VBA\DisplayNodes.xlsm","DisplayNodes")

I hope this helps
 
Upvote 0
@abssorb

That was a good catch, I tested it with the formula I had provided and even with a typo the hyperlink generated an error that the file could not be found.
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top