View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Is it possible to display cell value on a form?

Hi Bill,

See Debra Dalgleish's tutorials at:

http://www.contextures.com/xlUserForm01.html

and

http://www.contextures.com/xlUserForm02.html


---
Regards,
Norman



"Bill" wrote in message
...
I would like to have a user enter values in a form and have the form
display
calculated value (based on some of those entries) after a button click,
then
add all the values (included the calculated one) into a spreadsheet.

How can I do this?

Thanks.