Information results on user form?

J

jambun

Hi I have made a spreadsheet to calculate golf scores and do
countbacks, the spreadsheet works fine but not knowing much about vba
programming I am wondering if a
user form can be used to enter imformation on to the spreadsheet but
also show on the user form the results of what would be entered ie:
If a Golfer had 4 strokes on hole 1 and if entered would receive 2
stableford points, can I get the user form to show this before I
commit the score to the spreadsheet?
Thank You
EPJ
 
C

cht13er

Hi I have made a spreadsheet to calculate golf scores and do
countbacks, the spreadsheet works fine but not knowing much about vba
programming I am wondering if a
user form can be used to enter imformation on to the spreadsheet but
also show on the user form the results of what would be entered ie:
If a Golfer had 4 strokes on hole 1 and if entered would receive 2
stableford points, can I get the user form to show this before I
commit the score to the spreadsheet?
Thank You
EPJ

Yes you can, I suggest reading these:
http://www.mrexcel.com/tip019.shtml
http://www.mrexcel.com/tip009.shtml
http://www.mrexcel.com/td0071.html
and then doing a few google group searches for stuff you don't
understand yet.

Good luck!

Chris
 
R

Robin Hammond

EPJ,

I am just wondering why you need a userform?

It might well be easier to use a sheet as your interface, in which case you
can use Excel's maths and logic capability inside the sheet. Once you are
happy with what is entered, copy the entered score into your master sheet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top