PdcCalculation.Description
Jump to navigation
Jump to search
Declaration
Description as String
Description
Returns or changes the description
Notes
This property returns or sets the 'Description' of the current calculation. This field can be found in the calculation header.
Code example
This code example returns the Description of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.Description