Hello! Just want to start off by saying thank you in advance if anyone decides to help as I am nowhere near a pro at VBA and am hoping for the best!!
I've created an excel where a customer can input a State, Store, Sale Type, Amount. Due to the complexities of work, there is a corresponding State, Corresponding Store, Corresponding Sale Type, and Corresponding Amount. Meaning there's two transactions for every one transaction. For simplicity it is set up as such:
B2 = State, C2 = Customer Answer
B3 = Store, C3 = Customer Answer
B4 = Sale Type, C4 = Customer Answer
B5 = Amount, C5 = Customer Answer
B7 = Corresponding State, C7 = Customer Answer
B8 = Corresponding Store, C8 = Customer Answer
B9 = Corresponding Sale Type, C9 = Customer Answer
B10 = Corresponding Amount, C10 = Customer Answer
I would like to collect the answers from C2-5 and C7-10 and put them into two separate line items in row format on the next page "sheet 2" in row format. This will be done using an "add transaction button". The point would be they can add as many transactions as they want however they won't override the previous entered items creating a list of transactions.
Any ideas?!
I've created an excel where a customer can input a State, Store, Sale Type, Amount. Due to the complexities of work, there is a corresponding State, Corresponding Store, Corresponding Sale Type, and Corresponding Amount. Meaning there's two transactions for every one transaction. For simplicity it is set up as such:
B2 = State, C2 = Customer Answer
B3 = Store, C3 = Customer Answer
B4 = Sale Type, C4 = Customer Answer
B5 = Amount, C5 = Customer Answer
B7 = Corresponding State, C7 = Customer Answer
B8 = Corresponding Store, C8 = Customer Answer
B9 = Corresponding Sale Type, C9 = Customer Answer
B10 = Corresponding Amount, C10 = Customer Answer
I would like to collect the answers from C2-5 and C7-10 and put them into two separate line items in row format on the next page "sheet 2" in row format. This will be done using an "add transaction button". The point would be they can add as many transactions as they want however they won't override the previous entered items creating a list of transactions.
Any ideas?!