PdcCalculation.VATCode

From External Bemet Wiki
Revision as of 11:02, 2 August 2016 by TC (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)