HypMenuVUndo

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

Cloud 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)

On-premises data provider types: Oracle Essbase, Oracle Hyperion Planning (ad hoc only), Oracle Hyperion Financial Management (ad hoc only)

Description

HypMenuVUndo() restores the previous database view.

Syntax

HypMenuVUndo()

Return Value

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

Example

Public Declare Function HypMenuVUndo Lib "HsAddin" () As Long
Sub MUndo()
   X=HypMenuVUndo()
End Sub