View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mikstr14 mikstr14 is offline
external usenet poster
 
Posts: 1
Default excel vba input boxes

I am trying to use 5 input boxes to paste information in sheet 1 of my excel
worksheets. Which i want to add to a list so i can access the information
inside the list easy because it can be alphabetized. What should i put into
the submit button to add the information to sheet 1 into the list. Also is
there any other code i need to get the close button to work besides 'Unload
Me'.

If you havent guessed by now i am a newbie at this.

Thank you for your help,
Mikstr14