To open a second Sheet with one mouse click from the first Sheet in same document?

Hello,

I'm using LibreOffice 4.2.6.3
Build: 4.2.6.3 Arch Linux build-4

Is it possible to create a hyperlink in a cell ( text or button ) in one
Calc Document on one Sheet so if one click on that hyperlink then get
focused another Sheet in the same Document?

The purpose of this would be that that one should not searching a specific
Sheet in the same Calc document but only to click in the first Sheet on a
hyperlink so to get quickly the desired Sheet focused for a data entry.

I tried this with 'Control+K' in a cell and setup there the desired Sheet in
the same document. I then get a #1 text in the cell but it doesn't work;
when I click on it with 'Control + mouse click' I get not focused the
desired Sheet.

Why can't I achieve this goal this way?

Here's an easy way:
o Go to View | Navigator (or press F5).
o Click the Drag Mode drop-down and select "Insert as Hyperlink".
o Expand the Sheets item in the list.
o Drag the sheet name from the list to the required cell.

A simple click on the generated hyperlink will take you to the required sheet. If you prefer, you can create a named range on the target sheet and hyperlink to that instead of to the plain sheet.

I trust this helps.

Brian Barker

csanyipal wrote:

Hello,

I'm using LibreOffice 4.2.6.3
Build: 4.2.6.3 Arch Linux build-4

Is it possible to create a hyperlink in a cell ( text or button ) in one
Calc Document on one Sheet so if one click on that hyperlink then get
focused another Sheet in the same Document?

The purpose of this would be that that one should not searching a specific
Sheet in the same Calc document but only to click in the first Sheet on a
hyperlink so to get quickly the desired Sheet focused for a data entry.

I tried this with 'Control+K' in a cell and setup there the desired Sheet in
the same document. I then get a #1 text in the cell but it doesn't work;
when I click on it with 'Control + mouse click' I get not focused the
desired Sheet.

Why can't I achieve this goal this way?

I assume you are using Insert > Hyperlink > Document, then leaving the document path blank and either entering the sheet name in the "Target" field or using the button next to that field to select a sheet?

It doesn't seem to work with sheet names resembling row or cell references (e.g. "3" or "AB5") - clicking the link just takes you to that row or cell on the current sheet. Possibly a bug, so may be worth reporting at http://bugs.libreoffice.org/. As you enter details there, it shows other bugs which may match. If one of them is the same issue, there's no need to continue reporting it again; add a note to the existing report only if you have new information (lots of comments saying "me too" only hinders the process as it's difficult to see the useful and relevant information amongst other comments!)

As a workaround, try entering the hyperlink target as "1.A1". That takes you to cell A1 on the sheet named "1". Of course, you can use a cell other than A1 if it would help to go directly to some other cell.

Also be aware that renaming the sheets does not update the references in hyperlinks, as it does for formulas. So if you later decide to rename that sheet to "Month1", the hyperlink will stop working.

Mark.

Mark Bourne wrote

I assume you are using Insert > Hyperlink > Document, then leaving the
document path blank and either entering the sheet name in the "Target"
field or using the button next to that field to select a sheet?

Indeed.

Mark Bourne wrote

It doesn't seem to work with sheet names resembling row or cell
references (e.g. "3" or "AB5") - clicking the link just takes you to
that row or cell on the current sheet.

Indeed.

Mark Bourne wrote

Possibly a bug, so may be worth reporting at http://bugs.libreoffice.org/.
...
As a workaround, try entering the hyperlink target as "1.A1". That takes
you to cell A1 on the sheet named "1". Of course, you can use a cell
other than A1 if it would help to go directly to some other cell.

That "1.A1" works.

Thank you!