Menu Object
 
Syntax
 
Menu.FinIntrastatDeclaration [Year][, Month][, CalculateImport][, CalculateExport][, AutoFill][, AutoStart]
 
Description
Opens the Intrastat Declaration application. Optionally, the declaration period, the types of trade flows to include, and automation flags can be specified.
 
Parameter
Description
Year
Optional. Year for which the declaration is prepared. Default value 0 (current year).
Month
Optional. Month for which the declaration is prepared. Default value 0 (current month).
CalculateImport
Optional. When True, import transactions are included in the calculation. Default value True.
CalculateExport
Optional. When True, export transactions are included in the calculation. Default value True.
AutoFill
Optional. When True, the declaration fields are automatically filled based on the calculated data. Default value False.
AutoStart
Optional. When True, the declaration calculation starts immediately. Default value False.
See Also
FinIntraStatAangifte (Dutch variant)
Example
 
Sub Main
    Menu.FinIntrastatDeclaration Year:=2026, Month:=3, CalculateImport:=True, CalculateExport:=True, AutoStart:=True
End Sub