Libreoffice Calc run macro with HYPERLINK
Posted
by
Kurt Borno
on Stack Overflow
See other posts from Stack Overflow
or by Kurt Borno
Published on 2014-08-23T11:58:34Z
Indexed on
2014/08/24
16:20 UTC
Read the original article
Hit count: 526
I'm trying to use hyperlinks instead of buttons to run Basic macros. It seems to be more natural to me because hyperlinks are directly connected to a cell and buttons are not. I'm using the following Formula:
=HYPERLINK("vnd.sun.star.script:Standard.Module1.Test?language=Basic&location=document";"Check")
It should call the Subroutine Test placed in the document's macros under Standard.Module1 and display the Text 'Check' in the Cell it is written.
This works absolutely fine with libreoffice 3.6.1.2 but it doesn't work at all with version 4.1.4.2. I can't see any errors it just happens nothing at all. I tried to simply click the Hyperlink and also to hold CTRL and click it. Same result - nothing.
When I use a button the macro works as expected. Does anyone know how to solve this problem?
© Stack Overflow or respective owner