View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Bill is offline
external usenet poster
 
Posts: 390
Default Is it possible to display cell value on a form?

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.