Data source types: Essbase, Planning (ad hoc only) Financial Management (ad hoc only), Hyperion Enterprise (ad hoc only)
HypRedo() restores the database view as it was before an Undo was performed.
HypRedo (vtSheetName)
ByVal vtSheetName As Variant
vtSheetName: For future use. Currently the active sheet is used.
Returns 0 if successful; otherwise, returns the appropriate error code..
Declare Function HypRedo Lib "HsAddin" (ByVal vtSheetName As Variant) As Long
Sub Redo()
X=HypRedo(Empty)
End Sub