From 441f600d210bd69e4c485c1520eff55a42aa0a2c Mon Sep 17 00:00:00 2001 From: Alain Romedenne Date: Wed, 23 Jan 2019 19:02:00 -0200 Subject: tdf#114263 Undocumented BASIC Options Option Compatible Option ClassModule Change-Id: Ieb07fddb216f4f8cc26089a30226da5760b0065e Reviewed-on: https://gerrit.libreoffice.org/66824 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/03103350.xhp | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'source/text/sbasic/shared/03103350.xhp') diff --git a/source/text/sbasic/shared/03103350.xhp b/source/text/sbasic/shared/03103350.xhp index caa57d94d9..015d57770a 100644 --- a/source/text/sbasic/shared/03103350.xhp +++ b/source/text/sbasic/shared/03103350.xhp @@ -28,31 +28,28 @@ -
+
Microsoft Excel macros support;Enable Microsoft Excel macros support;Option VBASupport statement VBA Support;Option VBASupport statement Option VBASupport statement - - -Option VBASupport Statement +

Option VBASupport Statement

Specifies that %PRODUCTNAME Basic will support some VBA statements, functions and objects.
The support for VBA is not complete, but covers a large portion of the common usage patterns. -Syntax: - -Option VBASupport {1|0} - + +Option VBASupport {1|0} + + + -Parameters: -This statement must be added before the executable program code in a module. 1: Enable VBA support in %PRODUCTNAME 0: Disable VBA support -Example: + Option VBASupport 1 Sub ExampleVBA @@ -67,5 +64,4 @@ VBA support in %PRODUCTNAME
- -- cgit