Data source types: Essbase (ad hoc only), Planning (ad hoc only), Financial Management (ad hoc only), Hyperion Enterprise (ad hoc only)
HypMenuVKeepOnly() retains only the selected member (the active cell) or member range in the sheet.
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypMenuVKeepOnly Lib "HsAddin"() As Long
Sub MKeepOnly()
X=HypMenuVKeepOnly()
End Sub