Ekskluzywne funkcje VBA

LibreOfficeDev Basic dodaje ten zestaw funkcji, gdy obsługa VBA jest włączona

Te ekskluzywne funkcje VBA są włączone, gdy instrukcja Opcja VBASupport 1 zostanie umieszczona przed pierwszym makrem modułu LibreOfficeDev Basic.

Text functions

Funkcja AscW [VBA]

Zwraca wartość Unicode pierwszego znaku w wyrażeniu łańcuchowym.

ChrW Function [VBA]

Returns the Unicode character that corresponds to the specified character code.

InStrRev Function [VBA]

Zwraca pozycję ciągu w innym ciągu, zaczynając od prawej strony łańcucha.

Funkcja StrReverse [VBA]

Zwraca ciąg znaków (String) z odwróconą kolejnością znaków.

Financial functions

Funkcja DDB [VBA]

Returns the depreciation of an asset for a specified period using the arithmetic-declining method.

FV Function [VBA]

Returns the future value of an investment based on periodic, constant payments and a constant interest rate (Future Value).

IPmt Function [VBA]

Calculates the periodic amortizement for an investment with regular payments and a constant interest rate.

IRR Function [VBA]

Calculates the internal rate of return for an investment.

Funkcja MIRR [VBA]

Calculates the modified internal rate of return of a series of investments.

NPer Function [VBA]

Calculates the number of periods for a loan or investment.

NPV Function [VBA]

Calculates the Net Present Value of an investment, based on a supplied discount rate, and a series of deposits and withdrawals.

Pmt Function [VBA]

Calculates the constant periodic payments for a loan or investment.

PPmt Function [VBA]

Zwraca za dany okres zapłatę kwoty głównej na inwestycję opartą na okresowych i stałych płatnościach oraz stałej stopie procentowej.

PV Function [VBA]

Zwraca Wartość bieżącą inwestycji wynikającą z serii regularnych płatności.

Rate Function [VBA]

Returns the interest rate of a loan or an investment.

SLN Function [VBA]

Returns the straight-line depreciation of an asset for one period. The amount of the depreciation is constant during the depreciation period.

SYD Function [VBA]

Zwraca wskaźnik amortyzacji obniżający arytmetycznie.

Funkcje daty i czasu

Funkcja FormatDateTime [VBA]

Stosuje format daty i / lub czasu do wyrażenia daty i zwraca wynik jako ciąg.

MonthName Function [VBA]

The MonthName function returns the localized month name of a specified month number.

WeekdayName Function [VBA]

Funkcja WeekdayName zwraca nazwę dnia tygodnia z określonego dnia tygodnia.

Funkcje wejścia/wyjścia

Input Function [VBA]

Returns the open stream of an Input or Binary file (String).

Funkcje matematyczne

Funkcja Round [VBA]

Funkcja Round zwraca liczbę zaokrągloną do określonej liczby cyfr.

Funkcje obiektowe