Data source types: Essbase Essbase, Planning, Financial Management, Hyperion Enterprise
HypMenuVSubmitData() updates the active database on the server with data that has been modified in your sheet or marked as “dirty” using the SetCellsDirty call.
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypMenuVSubmitData Lib "HsAddin"() As Long
Sub MSubmit()
X=HypMenuVSubmitData()
End Sub