HypMenuVRefreshAll

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

Description

HypMenuVRefreshAll() refreshed data in all worksheets in an Excel workbook.

Syntax

HypMenuVRefreshAll()

Return Value

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

Example

Public Declare Function HypMenuVRefreshAll Lib "HsAddin" () As Long

Sub MRefreshAll()
   X=HypMenuVRefreshAll()
End Sub