+ Reply to Thread
Results 1 to 11 of 11

Bulk Load - Multiple Input

  1. #1
    Registered User
    Join Date
    10-08-2021
    Location
    dublin, ireland
    MS-Off Ver
    excel
    Posts
    6

    Bulk Load - Multiple Input

    Hi Folks

    See attached.

    Want to create a VBA which will take individual rows, input into Bulk Load tab and produce result. Clear input and input next row and produce result. Number of bulk load items varies so VBA loop needs to vary.

    Any assistance greatly appreciated.

    Suil
    Attached Files Attached Files
    Last edited by Suil; 12-27-2021 at 05:14 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    3,952

    Re: Bulk Load - Multiple Input

    Suil,
    Nothing was attached.
    I know I'm not stupid, but I suspect I'm a lot stupider than I think I am

  3. #3
    Registered User
    Join Date
    10-08-2021
    Location
    dublin, ireland
    MS-Off Ver
    excel
    Posts
    6

    Re: Bulk Load - Multiple Input

    Quote Originally Posted by jomili View Post
    Suil,
    Nothing was attached.
    Attached now, thanks.

  4. #4
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    3,952

    Re: Bulk Load - Multiple Input

    Suil,
    I'm confused about the goal. You have the Bulk Load page, the Single Input page, and the Calculator. On Bulk you have a value labled "Required Output" which comes from the Calculator, which is populated by Single Input. So if we paste the second line of values from Bulk to Single, the "Required Output" changes from 120 to 134. Each line will change the required output, but I don't see that you're keeping that output anywhere, so what are you trying to accomplish here?

    Also, since Row 1 is on Bulk Load page when we start, should we clear Row 1 and shift up, or leave Row 1 blank, copy Row 2 to "Single Input", clear Row 2 then move to Row 3, etc?

  5. #5
    Registered User
    Join Date
    10-08-2021
    Location
    dublin, ireland
    MS-Off Ver
    excel
    Posts
    6

    Re: Bulk Load - Multiple Input

    Thanks, this is very much a simplified example. In reality the calculator is very complex, embedded with multiple if statements. I cannot share it here as it is
    for work and is as a result confidential.

    At the moment the tool allows input one scenario at the time, I would like to develop a bulk load facility.

  6. #6
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    3,952

    Re: Bulk Load - Multiple Input

    I understand. See if this gets it for you. On your example the data started on Row 3, hence the 3 beginning i value. Not sure of your VBA expertise, but if you need a button to start it and don't know how let me know.
    Please Login or Register  to view this content.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    10-08-2021
    Location
    dublin, ireland
    MS-Off Ver
    excel
    Posts
    6

    Re: Bulk Load - Multiple Input

    thank you so much for this.

    Would it be possible to keep the data in the bulk load tab and populate the cells in column H and also keep this output. So the content in
    Single Input would clear each time the Macro is run.

    thanks again.

    Suil

  8. #8
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    3,952

    Re: Bulk Load - Multiple Input

    Sure. How's this?
    Please Login or Register  to view this content.
    Attached Files Attached Files

  9. #9
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    3,952

    Re: Bulk Load - Multiple Input

    BTW, you DO know you could get rid of everything but the Bulk Load page, right? Simply replicate your Calculator formula down column H of your Bunk Load sheet, no VBA required.

  10. #10
    Registered User
    Join Date
    10-08-2021
    Location
    dublin, ireland
    MS-Off Ver
    excel
    Posts
    6

    Re: Bulk Load - Multiple Input

    Again, thank you so much for all your assistance on this - it is very much appreciated.

    One other question, in the real world there will be very sensitive data behind the calculator. Is there any way of hiding this data and to be 100% sure that the
    data cannot be accessed. I have tried hiding tabs and password protecting them but tabs can be very easily unhidden and I downloaded a VBA script online to
    "hack" a password very quickly.

    Any suggestions on how this might work?

  11. #11
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    3,952

    Re: Bulk Load - Multiple Input

    Nothing is fool proof, but there's a few things you can do:
    1) For Sheets, there's Visible, Hidden, and VeryHidden settings. Visible and Hidden properties are accessible in Excel proper, but VeryHidden can only be unhidden through VBA code or the VBA Editor
    2) Your calculator is fed by your Single Input tab, which pulls from your Bulk Load tab. The Bulk Load tab can be in a different workbook, OR both it and the Single Input tab can be in a different workbook. Then you can feed the Calculator with either a VLookup or a direct link to the cells.

+ 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. Bulk Load - Multiple Input
    By Suil in forum Excel General
    Replies: 1
    Last Post: 10-09-2021, 04:56 AM
  2. Bulk data input in spreadsheet
    By reglarh in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-19-2021, 09:46 AM
  3. [SOLVED] Daily Work Load report, Date range as Input
    By jamnaz0726 in forum Excel General
    Replies: 16
    Last Post: 12-20-2019, 01:39 PM
  4. Bulk Load Excel VBA
    By smabubakkar in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-30-2019, 09:12 PM
  5. Remap Input text path in bulk
    By sa02000 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-19-2014, 03:21 PM
  6. Use VBA to load a input window (table) in ie?
    By max3732 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-16-2011, 01:54 PM
  7. [SOLVED] What is the fastest way to bulk load data into Excel?
    By Gail Hurn in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-29-2005, 05:06 PM

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