Thanks for the suggestion Jack. Unfourtunatley that doesnt appear to be the problem. It seems to be a problem with getting the information from the text boxes (txtTeam, txtWon, and txtLost) When I type in:
<code>Won = Val(txtWon.text)</code>
it generates the previously stated error. If I change the .text part to somethign else like .count it runs athourhg and prints the output just fine. Of course it seems to think that the contents of the txtWon is 1 no matter what I put into the box.
So I guess my question has become: How do I get the contents of the txtBoxes into the variables that I need them in?