HypMenuVSupportingDetails
Data source types: Planning
HypMenuVSupportingDetails() For Planning data sources, enables you to provide supplemental calculations for a one-dimensional range of cells.
HypMenuVSupportingDetails()
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVSupportingDetails Lib "HsAddin" () As Long
Sub MSupportingDetails()
X=HypMenuVSupportingDetails()
End Sub