Hyperlink to a specific cell in a different file

How do I hyperlink to another calc file and have a specific cell highlighted or at least the cursor at that specific cell.
I hope that makes sense

Thanks in advance.

Just like an http:: link, but with file: protocol:
file:///path/file.ods#Sheet1.X1:Y4
The part after the # marks a position within the referenced file. Can be a range name as well.

1 Like