HypMenuVKeepOnly

Data provider types: Oracle Essbase (ad hoc only), Oracle Hyperion Planning (ad hoc only), Oracle Planning and Budgeting Cloud (forms only), Oracle Hyperion Financial Management (ad hoc only), Oracle Hyperion Enterprise® (ad hoc only)

Description

HypMenuVKeepOnly() retains only the selected member (the active cell) or member range in the sheet.

Syntax

HypMenuVKeepOnly()

Return Value

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

Example

Declare Function HypMenuVKeepOnly Lib "HsAddin"() As Long
Sub MKeepOnly()
   X=HypMenuVKeepOnly()
End Sub