it appears when i hit my reset button to reset the numbers i have entered in my textboxes for my break even calculator. th textbox it actually happens in is the breakeven (answer) textbox
Printable View
it appears when i hit my reset button to reset the numbers i have entered in my textboxes for my break even calculator. th textbox it actually happens in is the breakeven (answer) textbox
Do you have error checking for null values or incorrect data type for the data entry textboxes?
I just plugged in the formulas in the txtboxes. They seem to work meaning they all reset except the one for breakeven. I went to the vb editor and set th txtboxes without formulas in them = 0. All those with formulas reset except the break even formuls. I hope i was clear I wasvery tired. I hand this poject in tomorrewQuote:
Originally Posted by lionelnz
Code, man, code. Let's see the code. It's hard to diagnose a problem with half the information.