Option VBASupport Statement

Specifies that Collabora Office Basic will support some VBA statements, functions and objects.

Märkuse ikoon

The support for VBA is not complete, but covers a large portion of the common usage patterns.


warning

See lause tuleb moodulis lisada käivitatava programmikoodi ette.


warning

When VBA support is enabled, Collabora Office Basic function arguments and return values are the same as their VBA functions counterparts. When the support is disabled, Collabora Office Basic functions may accept arguments and return values different of their VBA counterparts.


SĂĽntaks:

Option VBASupport {1|0}

Parameetrid:

1: Enable VBA support in Collabora Office

0: Disable VBA support

Näide:


Option VBASupport 1
Sub ExampleVBA
    Dim sVar As Single
    sVar = Worksheets("Sheet1").Range("A1")
    Print sVar
End Sub

Palun toeta meid!