Data provider types: Essbase, Planning, Financial Management, Hyperion Enterprise
HypMenuVAdjust() opens the Adjust Data dialog box.
HypMenuVAdjust()
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVAdjust Lib "HsAddin" () As Long Sub MAdjust() X=HypMenuVAdjust() End Sub