Microsoft
Software
Hardware
Network
Question : =Hyperlink with Vlookup results in "Cannot Open Specified File"
I have an Excel 2007 workbook, containing two sheets. The first sheet contains a summary, the second additional detail.
I wish the user to click on a hyperlink within the Summary sheet for the relevant ID, and be taken to the matching ID on the Details tab.
I have tried a =Hyperlink with Vlookup, and it returns the matching ID, but when clicking the hyperlink, it returns "Cannot Open Specified File".
Answer : =Hyperlink with Vlookup results in "Cannot Open Specified File"
Try changing the formula to:
=HYPERLINK("[Test.xlsx]
Details!A"
&MATCH(B2,
Details!A1
:A236,0),B
2)
and it should work.
Random Solutions
Copy Tables from Runtime Dataset to Empty Dataset (MDB)
Dropdowns in grid view 'edit item template' not working
Exporting a table
Fatal Error C00021A
write registry on Windows 7 with VB.NET
How do you print a MS Outlook Calendar in color? Need to export to PDF while maintaning color also.
Insert new records only
How to resolve the SQL error: "ORDER BY items must appear in the select list if the statement contains a UNION, INTERSECT or EXCEPT operator"?
SCCM Application to delete old Computers from SCCM Database & Active Directory?
VB.NET: get control by name and Reflection performance