Option VBASupport Statement/text/sbasic/shared/03103350.xhpMicrosoft Excel macros support;EnableMicrosoft Excel macros support;Option VBASupport statementVBA Support;Option VBASupport statementOption VBASupport statementOption VBASupport StatementSpecifies 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}Parameters:This statement must be added before the executable program code in a module.1: Enable VBA support in %PRODUCTNAME0: Disable VBA supportExample:Option VBASupport 1Sub ExampleVBADim sVar As Single sVar = Worksheets("Sheet1").Range("A1")Print sVarEnd SubVBA PropertiesVBA support in %PRODUCTNAME