Menu Object
 
Syntax
 
Menu.FinEUSalesDeclaration [Year][, Month]
Description
Opens the EU Sales Declaration (Intra-Community Supplies / ICL) application. Optionally, a specific year and month can be pre-selected.
 
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).
See Also
FinICLAangifte (Dutch variant)
Example
 
Sub Main
    Menu.FinEUSalesDeclaration Year:=2026, Month:=3
End Sub