HypMenuVRemoveOnly

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

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

HypMenuVRemoveOnly() removes only the selected member or member range in the sheet.

Syntax

HypMenuVRemoveOnly()

Return Value

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

Example

Declare Function HypMenuVRemoveOnly Lib "HsAddin"() As Long
Sub MRemoveOnly()
   X=HypMenuVRemoveOnly()
End Sub