Below is the code I have. I am trying to return SegInvestmentBucketStartValue as currency, but keep getting intergers?
Function fnSegmentBucketValues(nYear As Integer, SegROR As Double, pvAssets As Currency, PercAllocation As Double)
Dim I As Integer
Dim SegInvestmentBucketStartValue As...