Skip to main content
0 votes
1 answer
44 views

Here is a large spreadsheet with several years' worth of data in a lot of categories. Y = year, M = month, D = day A B C D E 1| Y | M | D | 1 | 2 |... Initial dataset 2| 19 | 1 | 1 | ...
es2377's user avatar
  • 1
2 votes
1 answer
111 views

I'm trying to write a function TypeNameEx which will return a string which, using a call to VarType(), effectively identifies the type of a a (variant) variable, eg VarType 2 returns integer and ...
SVCooper's user avatar
0 votes
1 answer
62 views

This function: Function SheetIndex() As Long Dim oFunctionAccess As Object oFunctionAccess = CreateUnoService("com.sun.star.sheet.FunctionAccess") SheetIndex = oFunctionAccess....
Mario Palumbo's user avatar
0 votes
1 answer
91 views

When there are multiple cells using this UDF, they give results but they are recalculated endlessly and most of the time most of the cells give circular reference error (Err:522): Option Explicit ...
Mario Palumbo's user avatar
1 vote
1 answer
63 views

After the spreadsheet is fully started, then it works, but not on startup, resulting in some cells not calculated. I'm talking about a User Defined Function (UDF): Function Eval(Formula As Variant) As ...
Mario Palumbo's user avatar
1 vote
0 answers
63 views

Environment: LibreOffice Calc My program loads the ScriptForge library when a button is clicked: Function ParseInequality(inequality As String) as Variant GlobalScope.BasicLibraries.loadLibrary(&...
Антон Сибгатулин's user avatar
0 votes
2 answers
95 views

Is there an equivalent of the bash language "$@" in the libreoffice Basic language to pass all the parameters passed to a function, to a variable? As an example: Function prova(a, b, c) ...
Mario Palumbo's user avatar
0 votes
0 answers
62 views

I'm using Libre Base to insert data into a SQL Server database. In the connection properties of Libre I have selected the ODBC driver with Middle Europe (Windows-1250/Latin 2) as the character-set. ...
B_K's user avatar
  • 1
0 votes
0 answers
106 views

I'm trying to write a basic function to check if the text in a cell is bolded, but I keep getting the mentioned runtime error on the second line. I've looked up various documentations and tried other ...
user30138154's user avatar
1 vote
1 answer
78 views

i have hard to find solutions to record some variables i would like to be persistent during session (untill i close libreoffice-cal application). First, i would like to know if i can record complex ...
Denis M's user avatar
  • 87
0 votes
1 answer
58 views

When I run a VBScript that calls a function, is it possible to somehow get information about which .dll library the WScript engine used to implement the function? I haven't tried anything yet due to I ...
Pertsa's user avatar
  • 1
0 votes
0 answers
113 views

I am simulating the life of wolves and rabbits. Wolves should move to a random cell. When I run it, it works relatively slowly at first and then slows down even more; I suspect this is due to Rnd. How ...
Антон Сибгатулин's user avatar
0 votes
2 answers
82 views

I want to remove a command from a toolbar / set the command to inactive. I can open the dialog, but I can't go any furter. sub SetStatusOfCommand dim document as object dim dispatcher as object ...
need2know's user avatar
1 vote
1 answer
152 views

I'm trying to create a Python UDF that operates on a range of spreadsheet values and returns a single value. From what I've gleaned, I need a Basic wrapper that calls my Python script. Here is what ...
AlanD's user avatar
  • 107
1 vote
2 answers
70 views

How can I check in LibreOffice Calc whether two words have the same letters, i. e. are anagrams? Is this doable with the built-in functions? Edit: My idea is: convert the letters in both words to ...
Alexander Bösecke's user avatar

15 30 50 per page
1
2 3 4 5
19