HypRetrieveAllWorkbooks

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

Description

HypRetrieveAllWorkbooks() refreshes all open workbooks from the same instance of Excel.

Syntax

HypRetrieveAllWorkbooks()

Return Value

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

Example

Declare Function HypRetrieveAllWorkbooks Lib () As Long

Sub Sample_HypRetrieveAllWorkbooks()
  X=HypRetrieveAllWorkbooks()
End Sub