+ Reply to Thread
Results 1 to 3 of 3

VBA shipping order form

  1. #1
    Registered User
    Join Date
    02-03-2020
    Location
    france
    MS-Off Ver
    7
    Posts
    11

    VBA shipping order form

    Hello Everybody,

    I need to create an order shipping form that would run under Excel 2019 as follows :

    A - in a given Excel file, an order list is created in worksheet 2 which contains :
    - in column A : the customer order reference ,
    - in column B : the customer name,
    - in column C : the item quantity, for each customer. This value is an integer.

    A customer can place several orders, and thus there may be several order references for one given customer.

    B - the "user interface" is displayed in worksheet 1 of same Excel file. On this worksheet 1, the following data will appear :
    - in A1 (for example) : the corresponding customer order reference from worksheet 2,
    - in B1 : the customer name,
    - in C1 : the "order basket" containing the item codes (either typed in or scanned) corresponding to the customer basket. These codes are alphanumeric strings, separated by a comma. These strings will never exceed 30 digit length.

    For each order reference, when the number of the item codes is equal to the quantity set in worksheet 1, then the basket is emptied and a line is created in a worksheet 3, storing the order reference in column A and the items code in column B. The basket is ready for the next order reference.

    A counter somewhere in worksheet 1 displays the number of the order reference being currently processed : there can be as many as 1500 lines and I would like to see 125/1500 for example.

    C - after processing all the lines of worksheet 2, the worksheet 3 is automatically named "orders XXX 2021.05.12". Worksheet 3 contains in column A the order references, and the corresponding items codes separated by a comma, in one cell, for each order reference.

    To make worksheet 1 more user friendly, I would like to see the customer order reference and customer name as big as possible as well as the "basket" displaying the scanned or typed items codes.

    I am really sorry not being able to describe in a more synthetic way my problem, but I am not familiar with code specification.

    I have tried to solve with formulas, but I really think that VBA would help tackle the question in a very effective and much elegant way. Unfortunately, it's simply beyond my command.

    Thank you in advance for your time and understanding.

    Merci beaucoup

  2. #2
    Forum Expert
    Join Date
    05-29-2020
    Location
    NH USA
    MS-Off Ver
    365
    Posts
    2,103

    Re: VBA shipping order form

    It would be of great assistance to see a sample file of your work so that we can recommend a solution. Follow the instructions in the yellow banner above.

  3. #3
    Registered User
    Join Date
    02-03-2020
    Location
    france
    MS-Off Ver
    7
    Posts
    11

    Re: VBA shipping order form

    Hi maniacb,

    thank you for your feedback.
    I am sorry, here is the file.
    Attached Files Attached Files

+ 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. Replies: 13
    Last Post: 06-08-2018, 06:50 AM
  2. Updating a Database (Excel) automatically from a shipping form
    By stevearmitage in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 03-19-2015, 10:11 AM
  3. [SOLVED] Submit Order Button not working in my Excel Spreadsheet Order Form
    By KazzICC in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-22-2015, 09:29 PM
  4. [SOLVED] Order Form to Summarise Order on another sheet with a Submit Order Button
    By KazzICC in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-01-2014, 03:25 AM
  5. Want to auto-populate an order form from a storeroom count form
    By bezam in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-17-2014, 09:02 PM
  6. Replies: 11
    Last Post: 03-02-2014, 07:16 PM
  7. Order form
    By CKerr in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-03-2011, 01:29 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