Funcions exclusives del VBA
LibreOffice Basic adds this set of functions when VBA support is enabled
These exclusive VBA functions are enabled when the statement Option VBASupport 1 is placed before the first macro of a LibreOffice Basic module.
Funcions de text
Retorna el valor Unicode del primer caràcter d'una expressió de cadena.
Retorna el caràcter Unicode que correspon al codi de caràcter especificat.
Retorna la posició d'una cadena dins una altra cadena, començant pel costat dret.
Retorna la cadena amb els caràcters en ordre invers.
Funcions financeres
Retorna la depreciació d'un actiu en un període determinat mitjançant el mètode aritmètic decreixent.
Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value).
Calcula l'amortització periòdica d'una inversió amb pagaments regulars i un tipus d'interès constant.
Calcla el tipus intern de rendiment d'una inversió.
Calcula el tipus intern de rendibilitat modificat d'una sèrie d'inversions.
Calculates the number of periods for a loan or investment.
Calculates the Net Present Value of an investment, based on a supplied discount rate, and a series of deposits and withdrawals.
Calculates the constant periodic payments for a loan or investment.
Returns for a given period the payment on the principal for an investment that is based on periodic and constant payments and a constant interest rate.
Returns the Present Value of an investment resulting from a series of regular payments.
Retorna el tipus d'interès d'un préstec o inversió.
Retorna l'amortització lineal d'un actiu durant un període. L'import de la depreciació és constant durant el període de depreciació.
Returns the arithmetic-declining depreciation rate.
Funcions de data i hora
Applies a date and/or time format to a date expression and returns the result as a string.
La funció MonthName retorna el nom traduït corresponent al número de mes que especifiqueu.
La funció WeekdayName retorna el nom corresponent al dia de la setmana que especifiqueu.
Funcions d'E/S
Returns the open stream of an Input or Binary file (String).
Funcions matemàtiques
La funció Round retorna un nombre arrodonit a una quantitat de dígits especificada.
Returns a string with a number formatting applied to a numeric expression.
Funcions d'objectes