I have cells of the form =ROW(A5)
. When the cursor is over one of these cells, I want the ability to jump to the referenced cell (in this case, A1). How can I create a macro (that I could invoke with a keyboard shortcut later) to do that?
Out of the LO macro languages, I only know JavaScript, but it’s been pretty impossible to find the LO JS macro reference, so I’d be happy with any solution at this point.