Exclusive VBA Functions and Statements

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.

VBA Statements

Option ClassModule Statement

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

Instrução Option VBASupport

Especifica que o LibreOffice Basic terá suporte a algumas instruções, funções e objetos 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.

Funções de texto

AscW Function [VBA]

Devolve o valor Unicode do primeiro carácter de um expressão de cadeia.

ChrW Function [VBA]

Devolve o carácter Unicode correspondente ao código de carácter especificado.