Modified Dietz method: Difference between revisions

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