Enable JavaScript in the browser to display LibreOfficeDev Help pages.

Exclusive VBA Functions and Statements

LibreOfficeDev 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 LibreOfficeDev Basic module.

VBA Statements

Option ClassModule Statement

Specifies that the module is a class module that contains members, properties, procedures and functions.

Option VBASupport Statement

መወሰኛ የ LibreOfficeDev Basic ይደግፍ አንደሆን አንዳንድ የ VBA አረፍተ ነገር: ተግባሮች: እና እቃዎች

Enum Statement [VBA]

Define enumerations or non UNO constant groups. An enumeration is a value list that facilitates programming and eases code logic review.

የ ጽሁፍ ተግባሮች

AscW Function [VBA]

የ ዩኒካድ ዋጋ ይመልሳል ለ መጀመሪያው ባህሪ በ ሀረግ ግለጫ ውስጥ

ChrW Function [VBA]

የ ዩኒኮድ ባህሪ ይመልሳል ለ ተወሰነው ባህሪ ኮድ ለሚወክለው

InStrRev Function [VBA]

የ ሀረግ ቦታ ይመልሳል በ ሌላ ሀረግ ውስጥ: ከ ሀረጉ በ ቀኝ በኩል በ መጀመር

StrReverse Function [VBA]

ሀረግ ይመልሳል በ ግልባጭ የ ሀረግ ቅደም ተከተል መሰረት

StrConv Function

Convert a string as specified by a conversion type.

የ ገንዘብ ተግባሮች

DDB Function [VBA]

በ ተወሰነ ጊዜ ንብረቱ የሚቀንስበትን ይመልሳል በ መጠቀም የ ሂሳብ-መቀነሻ ዘዴ

FV Function [VBA]

የ ወደፊት ዋጋ ይመልሳል ለ ኢንቬስትመንት መሰረት ባደረገ ጊዜ: የማያቋርጥ ክፍያ: እና የማያቋርጥ የ ወለድ መጠን (የ ወደፊት ዋጋ)

IPmt Function [VBA]

የ እዳ ክፍያ በ ረጅም ጊዜ ማስሊያ ለ ኢንቬስትመንት በ መደበኛ ክፍያዎች እና በማያቋርጥ የ ወለድ መጠን

IRR Function [VBA]

የ ውስጥ መጠን ማስሊያ ይመልሳል ለ ኢንቬስትመንት

MIRR Function [VBA]

ይህ የሚያሰላው የ ተሻሻለውን የ ውስጥ መጠን ለ ተከታታይ ገንዘብ ይመልሳል ለ ተከታታይ ኢንቬስትመንት

NPer Function [VBA]

ለ ኢንቬስትመንት ወይንም ለ ብድሩ የ ጊዜ መጠን ቁጥር ማስሊያ

NPV Function [VBA]

የ ኢንቬስትመንት ንጹህ ትርፍ ለ አሁኑ ዋጋ ያሰላል: በ ተሰጠው የ ቅናሽ መጠን መሰረት: እና ተከታታይ ተቀማጭ እና ወጪ

Pmt Function [VBA]

ለ ኢንቬስትመንት ወይንም ለ ብድሩ የ ጊዜ መጠን ቁጥር ማስሊያ

PPmt Function [VBA]

በ ተሰጠው ጊዜ ውስጥ ክፍያ ይመልሳል ዋናውን: ኢንቬስትመንት መሰረት ባደረገ: በማያቋርጥ ክፍያ: እና በማያቋርጥ የ ወለድ መጠን

PV Function [VBA]

የ አሁኑን ዋጋ ይመልሳል ለ ኢንቬስትመንት ውጤቶች ከ ተከታታይ መደበኛ ክፍያዎች

Rate Function [VBA]

Returns the interest rate of a loan or an investment.

SLN Function [VBA]

ቀጥተኛ-መስመር ዋጋው የሚቀንስበትን ለ ንብረቱ ይመልሳል ለ አንድ ጊዜ: ንብረቱ ዋጋው የሚቀንስበት መደበኛ ነው ለሚቀንስበት ጊዜ

SYD Function [VBA]

የ እርጅና መጠን በ ሂሳብ-የሚቀንሰውን ይመልሳል

የ ቀን እና ጊዜ ተግባሮች

FormatDateTime Function [VBA]

ቀን እና/ወይንም ሰአት አቀራረብ ለ ቀን መግለጫ እና ውጤት እንደ ሀረግ ይመልሳል

MonthName Function [VBA]

የ ወር ስም ተግባር የሚመልሰው የ ቋንቋውን የ ወር ስም ነው ለ ተወሰነው የ ወር ቁጥር:

WeekdayName Function [VBA]

የ ስራ ቀን ስም ተግባር የሚመልሰው የ ስራ ቀን ስም ነው ለ ተወሰነው ቀን በ ሳምንት ውስጥ

የ I/O ተግባሮች

Input Function [VBA]

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

ExportAsFixedFormat Method [VBA]

Method to export a Calc document to PDF format.

የ ሂሳብ ተግባሮች

Round Function [VBA]

Rounds a numeric value to a specified number of decimal digits.

FormatNumber [VBA]

Returns a string with a number formatting applied to a numeric expression.

FormatPercent [VBA]

Returns a string with a number formatting applied to a numeric expression. A percent sign is appended to the returned string.

Partition Function [VBA]

Returns a string indicating where a number occurs within a calculated series of ranges.

Object Properties and Methods

Err Object [VBA]

Use VBA Err object to raise or handle runtime errors.