WorksheetFunction.Sln (Excel)
Returns the straight-line depreciation of an asset for one period.
Sln (Arg1, Arg2, Arg3)
Dim dblArg1 As Double: dblArg1 =
Dim dblArg2 As Double: dblArg2 =
Dim dblArg3 As Double: dblArg3 =
Dim dblSln As Double
dblSln = WorksheetFunction.Sln(Arg1:=dblArg1, Arg2:=dblArg2, Arg3:=dblArg3)
Arguments
Arg1, Arg2, Arg3Arg1 (Double) - Cost - the initial cost of the asset.
Arg2 (Double) - Salvage - the value at the end of the depreciation (sometimes called the salvage value of the asset).
Arg3 (Double) - Life - the number of periods over which the asset is depreciated (sometimes called the useful life of the asset).