HypMenuVRedo

Describes the Oracle Smart View for Office VBA function, HypMenuVRedo.

Data provider types: Oracle Essbase, Planning (ad hoc only), Planning Modules (ad hoc only), Financial Consolidation and Close (ad hoc only), Tax Reporting (ad hoc only)

Description

HypMenuVRedo() reverses an Undo operation.

Syntax

HypMenuVRedo()

Return Value

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

Example

Public Declare Function HypMenuVRedo Lib "HsAddin" () As Long
Sub MRedo()
   X=HypMenuVRedo()
End Sub