Data source types: Planning (forms only)
HypMenuVExpand() displays all levels of detail for the selected cells.
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVExpand Lib "HsAddin" () As Long
Sub MExpand()
X=HypMenuVExpand()
End Sub