PdcCalculation.VATCode
Declaration
VATCode as string
Description
Returns or sets the VAT code
Notes
This property returns or sets the VAT code of the current calculation.
Code example
This code example returns the VAT code of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.VATCode
Availability
Available since August, 2e 2016 (Version 5.2 onwards)