Thread: Worksheet Form
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Natalie Natalie is offline
external usenet poster
 
Posts: 44
Default Worksheet Form

Excel recommends using visual basic ediotr to create a form for data entry;
can someone suggest a few basic steps to create such form? For illustration
purpose, lets assume I'm creating a form with the following:

Product ID (predefined list)
Supplier (predefined list)
Quantity
Unit Price
Total Cost (Q x P$)

I also need the entered data to be added to a master sheet that list all
records.

Thank you!!!