Data source types: Essbase Essbase, Planning (ad hoc only), Financial Management (ad hoc only), Hyperion Enterprise (ad hoc only)
HypMenuVRemoveOnly() removes 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 HypMenuVRemoveOnly Lib "HsAddin"() As Long
Sub MRemoveOnly()
X=HypMenuVRemoveOnly()
End Sub