+ Reply to Thread
Results 1 to 3 of 3

Guide to creating an Excel Order Form

  1. #1
    Registered User
    Join Date
    08-08-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    2

    Cool Guide to creating an Excel Order Form

    Hi all! I am teaching myself VBA because I have been given the task of creating an order form in Excel. I dont need to know anything about the layout etc, just the functionality. I have two drop down lists on the order form which get their data from two lists on another sheet and they are the Product name and the Colour. The requirements are thus:

    Allow the user to;
    Select the product and colour from drop downs (raw data is on 'Data' sheet)
    Enter the quantity
    Click the add button that will
    Add the order to the list below and sort by product code
    Add in the FORMULA TO CALCULATE THE TOTAL (PRICE x QUANTITY)
    Have the total formula update to allow for the new item
    have the Clear all button to clear all the orders
    Code the Delete the selected Order button

    I'm not asking for the code, I just need a rough guide as to how I would approach this i.e. step 1) Create sub procedure to do X step 2) create macro for button to do this etc etc.

    I am learning fast so you don't need to be concerned that this is too difficult for me, once I get the hang of it after this example I will understand it fully as I'm reading some text books on it too. So no comments like "dont bother trying" or "stick to basic examples first" please.

    Thank you kindly!

  2. #2
    Forum Expert Solus Rankin's Avatar
    Join Date
    05-24-2013
    Location
    Hollywood, CA
    MS-Off Ver
    Win7 Office 2010 VS Express 2012
    Posts
    2,655

    Re: Guide to creating an Excel Order Form

    Welcome to the Forum. Are you going to use a Excel userform or will you be placing the controls directly on your spreadsheet?
    Thanks,
    Solus


    Please remember the following:

    1. Use [code] code tags [/code]. It keeps posts clean, easy-to-read, and maintains VBA formatting.
    Highlight the code in your post and press the # button in the toolbar.
    2. Show appreciation to those who have helped you by clicking below their posts.
    3. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.

    "Slow is smooth, smooth is fast."

  3. #3
    Registered User
    Join Date
    08-08-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Guide to creating an Excel Order Form

    Quote Originally Posted by XeRo Solus View Post
    Welcome to the Forum. Are you going to use a Excel userform or will you be placing the controls directly on your spreadsheet?
    I'll put them directly onto the sheet like:

    1) PRODUCT SELECT: User selects from drop down and when ADD is clicked, the record inserts into the next available line in ORDER TOTALS (2)

    --------------------------------------------------------
    | DropProduct | DropColour | Qty? || ADD |
    --------------------------------------------------------

    2) ORDER TOTALS

    --------------------------------------------------
    | Product | Colour | Qty | Price |
    --------------------------------------------------
    Record 1
    ---------------------------------------------------
    Record 2
    ---------------------------------------------------
    Record 3
    ---------------------------------------------------



    Total = ________

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. creating formulas for order guide
    By jeffpanagos in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-14-2012, 03:08 PM
  2. [SOLVED] need help with order guide. automatically calculate order from par
    By jeffpanagos in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-05-2012, 01:38 AM
  3. Creating a simple order form
    By matthew1968 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-06-2010, 03:27 PM
  4. Creating a Purchase Order Form
    By Fordy in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-11-2006, 01:50 PM
  5. Creating an Order Form....Ragdyer & anyone else?
    By KatyLady in forum Excel General
    Replies: 11
    Last Post: 06-06-2005, 01:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1