HypMenuVCellText

Data provider types: Oracle Hyperion Planning, Oracle Planning and Budgeting Cloud, Oracle Hyperion Financial Management, Oracle Hyperion Enterprise® (forms only)

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