HypMenuVCellText

Cloud data provider types: Planning, Planning Modules, Financial Consolidation and Close, Tax Reporting

On-premises data provider types: Oracle Hyperion Planning, Oracle Hyperion Financial Management

Description

HypMenuVCellText() opens the Cell Comments dialog box.

Syntax

HypMenuVCellText()

Return Value

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

Example

Public Declare Function HypMenuVCellText Lib "HsAddin" () As Long

Sub MCellText()
   X=HypMenuVCellText()
End Sub