Data provider types: Essbase, Planning, Financial Management, Hyperion Enterprise
HypMenuVRefresh() refreshes the active worksheet.
HypMenuVRefresh()
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypMenuVRefresh Lib "HsAddin"() As Long Sub MRetrieve() X=HypMenuVRefresh() End Sub