Data source types: Planning, Financial Management, Hyperion Enterprise (forms only)
HypMenuVCellText() enables you to enter, view, and edit background comments in cells and save them to the database.
HypMenuVCellText()
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVCellText Lib "HsAddin" () As Long Sub MCellText() X=HypMenuVCellText() End Sub