[SOLVED] URL for relative path to local file in hyperlink
Posted: Sun Jun 17, 2018 6:17 pm
spreadsheet .ods is running from a folder that is two folders under program root
target txt file to open by hyperlink in .ods is 2 folders up and (x) folders down
I need to use =HYPERLINK() formula -- impractical to use Insert > Hyperlink dialog for 100s of links 1 by 1
where do I go wrong?
(I must be world's worst searcher -- search engines return file after file, none of which addressing this question ... URL to local file)
F1 Help is no help. It says file:/// url should be same as url string given in File Open. File Open opens file open dialog, which does not show relative URL string. I know the folder heirachy, but relative URL is failing ...
target txt file to open by hyperlink in .ods is 2 folders up and (x) folders down
I need to use =HYPERLINK() formula -- impractical to use Insert > Hyperlink dialog for 100s of links 1 by 1
Code: Select all
address with windows-\
folder .ods source M:\3_patches\UpdateNotes\Windows7-x86
.ols fullpathname M:\3_patches\UpdateNotes\Windows7-x86\Windows7-x86_setFiledates.ods
target file M:\3_patches\Updates\Windows7-x86\Additional\_IE11\IE11-Windows6.1-Updates.txt
absolute address with URL-/)
works ok file:///M:/3_patches/Updates/Windows7-x86/Additional/_IE11/IE11-Windows6.1-Updates.txt
relative address (two folders up from running .ods source)
fails file:///../../Updates/Windows7-x86/Additional/_IE11/IE11-Windows6.1-Updates.txt
(I must be world's worst searcher -- search engines return file after file, none of which addressing this question ... URL to local file)
F1 Help is no help. It says file:/// url should be same as url string given in File Open. File Open opens file open dialog, which does not show relative URL string. I know the folder heirachy, but relative URL is failing ...