HypMenuVCalculation Describes the Oracle Smart View for Office VBA function, HypMenuVCalculation. Data provider types: Oracle Essbase Description HypMenuVCalculation() opens the Calculation Scripts dialog box. Syntax HypMenuVCalculation() Return Value Returns 0 if successful; otherwise, returns the appropriate error code. ExamplePublic Declare Function HypMenuVCalculation Lib "HsAddin"() As Long Sub MCalc() X=HypMenuVCalculation() End Sub