Questions tagged [openoffice-basic]

OpenOffice.org Basic is a programming language which is based on StarOffice Basic and bears similarity to Microsoft VBA.

Resources:

109 questions
-1
votes
1 answer

Libreoffice - create relative hyperlinks for grid series

I have a grid that is set up as A1, A2, B1, B2, B3 etc. Rows run from A...Z and also AA to KG and the columns range from 1 to 1000. Thanks to @Jim K in LibreOffice Draw -add hyperlinks based on query table we can add the hyperlinks from 1 to 1000…
GeorgeC
  • 956
  • 5
  • 16
  • 40
-1
votes
1 answer

How to edit information and export list to text file. (VBA, Macro, Openoffice Basic)

I would like read information of document file. Ex. doc.odt file David 12.13 OO I want to edit information below David --> DAVID 12.13 --> 12.14 OO --> OpenO and export list edit information to text file Ex. changes.txt…
-1
votes
1 answer

Referring to adjacent cells in OpenOffice.org BASIC

I'm trying to calculate F-scores (using the formula 2 * a * b / (a + b)) in OpenOffice.org Calc, and would like a and b to be the previous two cells in the same row. My problem is that while trying to define a function in OpenOffice.org Basic, I get…
Jory
  • 155
  • 6
-2
votes
1 answer

How to assign contents of clipboard to array in openoffice BASIC macro

I'm trying to create a rudimentary glossary macro for a LibreOffice/OpenOffice .odt file. It will go to the end of the document and paste a list of selected words(found by regex) as a unique set (no doubles) Where I'm falling down is that once the…
1 2 3 4 5 6 7
8