HypMenuVAdjust

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

Data provider types: Oracle Essbase, Planning, Planning Modules, Financial Consolidation and Close, Tax Reporting

Description

HypMenuVAdjust() opens the Adjust Data dialog box.

Syntax

HypMenuVAdjust()

Return Value

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

Example

Public Declare Function HypMenuVAdjust Lib "HsAddin" () As Long
Sub MAdjust()
	X=HypMenuVAdjust()
End Sub