Forum Discussion
NotSoSmart
Jan 31, 2025Copper Contributor
Imbed File as text
 Hi,      I would like to know if there is a possibility to imbed a file into Excel in text like URL link but instead link it to the path the text itself contains the file     I know the object option...
NnyiimockBitanyanmi
Feb 01, 2025Brass Contributor
You can use a HYPERLINK function to do this.
=HYPERLINK("C:\Data Science Things\knows.txt","My Studies"). The last argument is optional and that gives your link a very friendly name. Unless i do not understand your question.