Data source types: Essbase, Planning, Financial Management, Hyperion Enterprise
HypMenuVRefresh() retrieves data into the active sheet, and places the data at the beginning of the active worksheet.
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypMenuVRefresh Lib "HsAddin"() As Long
Sub MRetrieve()
X=HypMenuVRefresh()
End Sub