So I’m trying to link to a wav file that is in the same folder as my spreadsheet. I entered this into the input line:
=HYPERLINK(“111scr00010004201.wav”,“Immediate No”)
But when I click the link, get this error message:
“111scr00010004201.wav” is not an absolute URL that can be passed to an external application to open it.
I don’t want it to be an absolute URL I want it to be a relative URL.
I tried this…
=HYPERLINK(“file://111scr00010004201.wav”,“Immediate No”)
This time I got this message:
Windows cannot find ‘\111scr00010004201.wav’. Check the spelling and try again, or try searching for the item by clicking the Start button and then clicking Search.
Isn’t there a way to reference a file’s location relative to the folder that my document is saved in?
I’ve also tried making sure that these options were checked:
Tools>Options>Load/Save>General>Save URLs relative to file system
Tools>Options>Load/Save>General>Save URLs relative to internet
But that didn’t seem to make a difference either.