Syntax

expression.EoMonth(Arg1, Arg2)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Variant Start_date - a date that represents the starting date. Dates should be entered by using the DATE function, or as results of other formulas or functions. For example, use DATE(2008,5,23) for the 23rd day of May, 2008. Problems can occur if .
Arg2 Required Variant Months - the number of months before or after start_date. A positive value for months yields a future date; a negative value yields a past date.

Return Value
Double

Remarks


See also: