Hello,
I have posted this problem a few days ago now I am having problems with my calculation. I am not supposed to have negative numbers in my calculations and EOY value needs to be 0 when the last year is calculated. Depreciation remains constant though out. Also how do I get the totals to...
Thanks Jon I am still having trouble though.
I still don't understand. The column headings need to display like this:
EOY Accum
Year Depr Value Depr
How do I do this?
I am trying aligning my columns and getting rid of the decimal points I have it now defined as currency, but it is supposed to be a number W/O decimals. My code is below. Can someone please help me?? Thank you!!!
Private Sub DisplayHeader()
txtschedule.Text = RightAlign("EOY"...
What is the code to validate a text field that is required and is greater than 0. Also if Price is subtracted from down payment I have the validate the down payment field so that it is less than the price.
Hi
I need help with creating a amortization table. What I need is a program that produces straight-line depreciation. I need to include a field for the purchase price and the term in years over which the asset is depreciated. My table needs to display the year, yearly depreciation, end of year...
I need help with the following problem. I am trying to validate my fields when I click the command button I do not get an error message. My code is attached. Thank you!!
Private Sub cmdexit_Click()
Unload frminvestment
End Sub
Private Sub cmdFV_Click()
If Len(txtIR.Text) > 0 Then
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.