HypMenuVSubmitData

Data source types: Essbase Essbase, Planning, Financial Management, Hyperion Enterprise

Description

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.

Syntax

HypMenuVSubmitData()

Return Value

Returns 0 if successful; otherwise, returns the appropriate error code.

Example

Declare Function HypMenuVSubmitData Lib "HsAddin"() As Long

Sub MSubmit()
   X=HypMenuVSubmitData()
End Sub