Recent content by bigshop

  1. B

    VBA FormatNumber

    RLAmount = FormatNumber((CDbl(Nz(txtPurPrice)) * CDbl(Nz(txtRLFeePercent)) / 100), 2) Debug.Print "RLAmount = " & RLAmount Result: RLAmount = 10 Im trying to get this to return a result of 10.00
Top Bottom