Content deleted Content added
→Visual Basic: fix syntaxhighlight error |
→Excel VBA function for modified Dietz return: fix syntaxhighlight error |
||
Line 504:
== Excel VBA function for modified Dietz return ==
<syntaxhighlight lang="
Public Function MDIETZ(dStartValue As Double, dEndValue As Double, iPeriod As Integer, rCash As Range, rDays As Range) As Double
|