PdcCalculation.Exported
Jump to navigation
Jump to search
Declaration
Exported as Boolean
Description
Returns if the calculation is exported
Notes
This property returns the state of the 'Exported' checkbox of the current calculation. This checkbox can be found in the 'Other' treenode. This property is no longer supported.
Code example
This code example returns the Exported checkbox state of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.Exported