Transform cell content into a hypertext link
Solved
hichamzone
-
usulfr -
usulfr -
Hello everyone
I'm stuck on Excel!
Problem: I created an Excel button that allows me to open a selection window to retrieve the file path of another Excel file. I can display the file path in the desired cell, but I would like to turn this path (the content of the cell) into a hyperlink so that we can open the file by clicking on the cell.
Does anyone have any idea?
Thanks in advance
I'm stuck on Excel!
Problem: I created an Excel button that allows me to open a selection window to retrieve the file path of another Excel file. I can display the file path in the desired cell, but I would like to turn this path (the content of the cell) into a hyperlink so that we can open the file by clicking on the cell.
Does anyone have any idea?
Thanks in advance
Configuration: Windows XP Internet Explorer 6.0
4 réponses
Argh, I hate macros (probably because I don't master them and we spend more time debugging than using them... ;-) !
To keep it simple, I use the HYPERLINK function like this (my URLs are in column A for example)
=HYPERLINK(A1,"link") in B1 and then we copy it down the list.
Column B will then have a succession of the word "link" which allows you to click and access the URL directly in the default browser.
To keep it simple, I use the HYPERLINK function like this (my URLs are in column A for example)
=HYPERLINK(A1,"link") in B1 and then we copy it down the list.
Column B will then have a succession of the word "link" which allows you to click and access the URL directly in the default browser.