+ Reply to Thread
Results 1 to 6 of 6

Help with Loops

  1. #1
    Forum Contributor
    Join Date
    04-07-2015
    Location
    Halifax, NS
    MS-Off Ver
    365
    Posts
    100

    Help with Loops

    Hi again: I have a user form that allows users to create a recipe. The form has several textboxes and combo boxes to enter 10 ingredients. The control names are Qty1, cboUnit1, cboIng1; Qty2, cboUnit2, cboIng2; etc. all the way to 10. The user can enter the amount in Qty, select the unit (grams, kilos, ounces, etc.) from cboUnit and select the ingredient from cboIng.
    I need to look up the cost of each ingredient in tblProducts based on the unit selected.
    I have been able to get the desired result by using code as below for each control. What I am asking, is there a way to do a loop of some kind without having to have so much code since I have to repeat this code for each of the 10 ingredients?
    Please Login or Register  to view this content.

  2. #2
    Forum Expert nilem's Avatar
    Join Date
    10-22-2011
    Location
    Ufa, Russia
    MS-Off Ver
    2013
    Posts
    3,377

    Re: Help with Loops

    Hi omagoodness,
    maybe something like this (not tested)
    Please Login or Register  to view this content.
    Last edited by nilem; 04-18-2016 at 02:06 PM. Reason: corrections in red

  3. #3
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Help with Loops

    Perhaps.
    Please Login or Register  to view this content.
    Last edited by Norie; 04-18-2016 at 02:07 PM.
    If posting code please use code tags, see here.

  4. #4
    Forum Contributor
    Join Date
    04-07-2015
    Location
    Halifax, NS
    MS-Off Ver
    365
    Posts
    100

    Re: Help with Loops

    I tried both this suggestion as well as the one below suggested by nilem and both of them result in
    error 381 Could not get the column property. Invalid property array index.
    Any other suggestions? I will use the extensive simple version if I must but I hate to.

  5. #5
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Help with Loops

    When do you get the error?

    Is it when one of the comboboxes hasn't been used?

    Any chance you could upload a sample workbook?

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

  6. #6
    Forum Contributor
    Join Date
    04-07-2015
    Location
    Halifax, NS
    MS-Off Ver
    365
    Posts
    100

    Re: Help with Loops

    The comboboxes will rarely all be used but the option needs to be available. It's frmRecipes that I am referring to. When a product is purchased, it is added to the database in tblProducts, or a price change is made as required. The formulas in the green cells calculate the cost of each unit based on the total price paid.
    When the user enters recipes, the information is stored in tblRecipes along with the food cost for that recipe. Therefore, I need to be able to calculate the cost of each ingredient in the recipe and then add them together for a recipe cost. Eventually this data will be used to cost out the menu plates as well but that step is down the road a bit.
    Although I am quite familiar with entering formulas in spreadsheets, doing vba code in Excel is very new to me. This is quite an ambitious project for a newbie but if I get it accomplished - which I am determined to do with what will amount to a lot of help from this forum - then I will have a much better understanding of the whole thing.
    Attached Files Attached Files
    Last edited by omagoodness; 04-18-2016 at 06:31 PM.

+ 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. [SOLVED] VBA loops
    By lundy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-14-2015, 04:06 PM
  2. VBA Loops
    By randomperson15 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-06-2010, 12:40 AM
  3. for loops
    By jenkins in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-06-2010, 05:21 AM
  4. Loops in VBA
    By kjones505 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-18-2009, 05:43 AM
  5. Loops
    By newbie13 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-07-2008, 03:43 AM
  6. For next loops
    By Kate in forum Excel General
    Replies: 5
    Last Post: 05-22-2006, 08:15 AM

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