PdcCalculation.ProjectNo
Declaration
ProjectNo as String
Description
Returns the projectnumber
Notes
This property returns the 'ProjectNo' of the current calculation if the calculation is attached to a project.
Code example
This code example returns the ProjectNo of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.ProjectNo