Menu Object
 
Syntax
 
Menu.FinDuPontChart [CurrentYear][, ComparisonYear]
 
Description
Opens the DuPont Chart, which provides a graphical breakdown of return on equity (ROE) using the DuPont analysis model. Optionally, a current year and a comparison year can be specified.
 
Parameter
Description
CurrentYear
Optional. The fiscal year to display as the primary year. Default value 0 (current fiscal year).
ComparisonYear
Optional. The fiscal year to display as the comparison year. Default value 0 (no comparison year).
See Also
FinDuPontSchema (Dutch variant)
Example
 
Sub Main
    Menu.FinDuPontChart CurrentYear:=2025, ComparisonYear:=2024
End Sub