View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mark mark is offline
external usenet poster
 
Posts: 196
Default Adding up values of textbox in Userform

I am using Excel 97.
I want a userform with textboxes. One of the textboxes
will display the sum of the other textboxes, if the
values of the textboxes are changed the sum textbox
changes.

On clicking a button the values are transposed onto a
worksheet.

Thanks

Mark