Data provider types: Planning, Financial Management, Hyperion Enterprise (forms only)
HypMenuVCellText() opens the Cell Comments dialog box.
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