View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ewing25 Ewing25 is offline
external usenet poster
 
Posts: 62
Default User form issues

I want to take data that users input into a User form into the spread sheet.

I currently have 4 text boxes that are called:

TextBox1
TextBox2
TextBox3
TextBox4

I would like TB1 to input into Column A,
TB2 into Column C,
TB3 into Column D,
TB4 into Column E.


The worksheet is named "Expense Non Amex"

If its possible id like the form to repeat if the New Reciept Button is
pushed and again until the button called Done is selected.

Thank you very much!!