HypMenuVSupportingDetails

Data source types: Planning

Description

HypMenuVSupportingDetails() For Planning data sources, enables you to provide supplemental calculations for a one-dimensional range of cells.

Syntax

HypMenuVSupportingDetails()

Return Value

Returns 0 if successful; otherwise, returns the appropriate error code.

Example

Public Declare Function HypMenuVSupportingDetails Lib "HsAddin" () As Long

Sub MSupportingDetails()
   X=HypMenuVSupportingDetails()
End Sub