Excel 2003/2007 Hyperlink & Vlookup Issue

salmerin

New Member
Joined
May 14, 2007
Messages
27
Ok, so attached is what I am trying to do.
Basically, I have 3 sheets.
Sheet1: Actual working sheet named "MsgArc"
Sheet2: HyperLinks location named Links
Sheet3: Is the List creation named Lables

So, on A1 in MsgArc I have a Data Validation List which B1 will check to see if it contains one of the names of the List called Operations, if so then it will have a look at corresponding column to hyperlink the file.

I do get the supposedly hyperlink but when I try to click on it, I keep getting:
Cannot Open Specified File

I am NOT on a network and my two test files named One.txt and Two.txt are located where my xls/xlsx is located.

I have tried this on excel 2003, 2007 and now 2010

Any ideas?


Thanks


Code:
http://hotfile.com/dl/130876686/9bc3e80/MsgArc.zip.html

EDIT: I have tried some examples presented in here and other sites and non have worked! Oh and I don't want to use Macros!
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Ok, I figured out the whole thing.
To make it work, I simply had to subtitute the entire "Link destination enclosed in < > for either a file or folder"

Example code:
Code:
< file : //C:\Directory/Folder/file.ext >

And VOILA!
 
Upvote 0

Forum statistics

Threads
1,224,603
Messages
6,179,850
Members
452,948
Latest member
UsmanAli786

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