View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default User Form calculator

Why not just have a form with a single score, and have OK, Quit, and More
buttons. More would save as does OK, but would clear the form and
re-display.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Rominall" wrote in message
...
I would like to be able to have the user enter an undetermined number of
scores in a user form and then calculate the total (multiple scores for
multiple games and multiple teams all unknown), show the results TOTAL and
have the user click okay or fix any input errors. It would be nice if

they
could enter all scores at once and then show a 'pretty' table. I've

gotten
to where I can get a fixed number of scores going but when it goes outside
the parameter I'm stuck. The user will probably not know at the start how
many scores they will be entering. Help.