View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg B[_8_] Greg B[_8_] is offline
external usenet poster
 
Posts: 10
Default Help with userform?

I have a userform with a listbox and a couple of textbox's

I want to have a macro that will lookup the name in the listbox on a sheet
called "reg" and have textbox1 add its amount to the amount in column e and
textbox2 add its total to column f on the same row.

Thanks

Greg