View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Abhay Sanan Abhay Sanan is offline
external usenet poster
 
Posts: 4
Default Coding for Userforms

I've created a userform which has a lot of stuff like combo boxes, option
boxes, text boxes. Since I'm relatively new to this I was wondering if I
could get any help on as to how to code for stuff like combo boxes. Is it
possible to add stuff into combo boxes that will automatically be inserted
into the excel spreadsheet. Where can I get some sample code for reference?

Also, my each row on my spreadsheet has columns that do several calculations
using data from other columns in the same row. So if I need to add a new row
using the combo box, will it be possible for the formulas for the other
cells to be added as well in the new row?? Thanks in advance