I have built a tool on a different sheet, and it basically fills out 5 rows and 3 columns of data. What the tool does doesn't really pertain to anything I need to do, but I'd like to have a way to send the data that I use with the tool to another sheet in the workbook.
So data in C13:E17 is the range the tool will fill in the "Tool" sheet6. I'd like to make a command button and send the data to another sheet's range example: Sheet6 H4:J8. I'd also like to send different data from the tool to other locations as well. Example: Sheet6 H19:J23.
The thing that confuses me, is that I would like the data to be able to sorted in Sheet6. So I know how to send the data via command button VBA, but I only know how to send it to a cell reference. However, if I start to sort data in say Sheet6, it's going to start messing it up correct?
So if I hypothetically sent the values from the range on the "tool" page to the other sheet, and then I sorted the other sheet (because there is other data there other then what I want to send from the tool) the cells would be wrong then right?
Example..
This is the result of the tool. There could be up to 5 sections here with data.
When I click the Update button, I'd like it to update in the other sheet..
Every 5 rows is a different Item. So for instance, Item# 1500 has 5 sections, 1499 has 5 sections, etc, etc..
So when I sort this data, I need it to sort WITH the Item#.
Anyways.. I guess I could use some help with sending the data from the tool to each item#, and also maybe some help with sorting the data after it gets sent over. I'd like to have a few sorting options. By Item#, another sorting method by SAP# (which is blacked out), and by length for sure. But when I sort it, I want it to take the 5 rows associated with the item# with it.
So data in C13:E17 is the range the tool will fill in the "Tool" sheet6. I'd like to make a command button and send the data to another sheet's range example: Sheet6 H4:J8. I'd also like to send different data from the tool to other locations as well. Example: Sheet6 H19:J23.
The thing that confuses me, is that I would like the data to be able to sorted in Sheet6. So I know how to send the data via command button VBA, but I only know how to send it to a cell reference. However, if I start to sort data in say Sheet6, it's going to start messing it up correct?
So if I hypothetically sent the values from the range on the "tool" page to the other sheet, and then I sorted the other sheet (because there is other data there other then what I want to send from the tool) the cells would be wrong then right?
Example..
This is the result of the tool. There could be up to 5 sections here with data.
When I click the Update button, I'd like it to update in the other sheet..
Every 5 rows is a different Item. So for instance, Item# 1500 has 5 sections, 1499 has 5 sections, etc, etc..
So when I sort this data, I need it to sort WITH the Item#.
Anyways.. I guess I could use some help with sending the data from the tool to each item#, and also maybe some help with sorting the data after it gets sent over. I'd like to have a few sorting options. By Item#, another sorting method by SAP# (which is blacked out), and by length for sure. But when I sort it, I want it to take the 5 rows associated with the item# with it.