Hyperlink Question?

ccameron

Board Regular
Joined
Jul 3, 2010
Messages
226
Hi Guys,
I have a workbook that I have attached several hyperlinks, I would like to be able to create a compressed folder with the workbook and the photo's I have inserted as hyperlinks, and be able to email the folder to another person and have the hyperlinks work. I currently have to create this on a network folder for it to work, the problem is that some of the people that need to access it work out in the field using laptops.

ANY HELP WOULD BE GREATLY APPRECIATED?

THANKS IN ADVANCE FOR YOUR HELP.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Assuming the pictures are stored in the same folder as the spreadsheet, and A1 has the name of the picture file.

Try:
=HYPERLINK(LEFT(CELL("filename"),FIND("[",CELL("filename"))-1)&A1)

The file must be saved for the resulting link to work.
 
Upvote 0
Assuming the pictures are stored in the same folder as the spreadsheet, and A1 has the name of the picture file.

Try:
=HYPERLINK(LEFT(CELL("filename"),FIND("[",CELL("filename"))-1)&A1)

The file must be saved for the resulting link to work.

Thanks PA HS Teacher, I will give it a try.

Thanks again
 
Upvote 0

Forum statistics

Threads
1,224,606
Messages
6,179,866
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