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.Option VBASupport {1|0}1: Enable VBA support in %PRODUCTNAME0: Disable VBA supportOption VBASupport 1Sub ExampleVBADim sVar As Single sVar = Worksheets("Sheet1").Range("A1")Print sVarEnd SubVBA PropertiesVBA support in %PRODUCTNAME