Data source types: Essbase, Financial Management (ad hoc only), Hyperion Enterprise
HypMenuVCalculation() can be used to open the Calculation Scripts dialog box and calculate the active database or checks on the status of an active database calculation.
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypMenuVCalculation Lib "HsAddin"() As Long
Sub MCalc()
X=HypMenuVCalculation()
End Sub