Here's my Problem: A few buddies and I play Fantasy Football together. Me, being the aspiring young programmer, decide to make a little application to calculate my weekly score.
Here is where things go wrong. I have 8 Text Boxes up and ready to. I have a cmd button to calculate the results and output them into a 9th Text Box. I've tried a few things but haven't been able to nail it. Please take a look at help me. I've attached the file.
in order to convert the text value that's entered into the textbox into a number. Same thing with all of the other textboxes. VB will recognize anything entered, even if it's a number, as a string. So using Val(Text.Text) should start you on your way.
I'd help out some more being the Fantasy Nut that I am but I gotta take off. Good Luck.