HypMenuVCellText

Data source types: Planning, Financial Management, Hyperion Enterprise (forms only)

Description

HypMenuVCellText() enables you to enter, view, and edit background comments in cells and save them to the database.

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