HypRedo

Data source types: Essbase, Planning (ad hoc only) Financial Management (ad hoc only), Hyperion Enterprise (ad hoc only)

Description

HypRedo() restores the database view as it was before an Undo was performed.

Syntax

HypRedo (vtSheetName)

ByVal vtSheetName As Variant

Parameters

vtSheetName: For future use. Currently the active sheet is used.

Return Value

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

Example

Declare Function HypRedo Lib "HsAddin" (ByVal vtSheetName As Variant) As Long

Sub Redo()
   X=HypRedo(Empty)
End Sub