HypMenuVRefresh

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

Description

HypMenuVRefresh() retrieves data into the active sheet, and places the data at the beginning of the active worksheet.

Syntax

HypMenuVRefresh()

Return Value

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

Example

Declare Function HypMenuVRefresh Lib "HsAddin"() As Long

Sub MRetrieve()
   X=HypMenuVRefresh()
End Sub