Data provider types: Essbase Essbase, Planning, Financial Management, Hyperion Enterprise
HypMenuVSubmitData() submits data that has been modified or marked as dirty with HypSetCellsDirty to the active database on the server.
HypMenuVSubmitData()
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypMenuVSubmitData Lib "HsAddin"() As Long Sub MSubmit() X=HypMenuVSubmitData() End Sub