Data source types: Essbase, Planning, Financial Management, Hyperion Enterprise
HypMenuVRefreshAll() refreshed data in all worksheets in an Excel workbook.
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVRefreshAll Lib "HsAddin" () As Long
Sub MRefreshAll()
X=HypMenuVRefreshAll()
End Sub