traumaticcube
New Member
- Joined
- Jan 18, 2022
- Messages
- 6
- Office Version
- 365
- Platform
- Windows
Hi All,
First off I'm sorry if this has been posted before, I couldn't find anything specifically with this many values. I'm having some trouble wrapping my head around moving data from a master sheet to 26 other sheets based on the first letter of the last name. I successfully got it to work for just the "A's" but I can't figure out how to do it for the rest B through Z.
Basically, this is the sheet:
I want to be able to move the rows based on "Sort Value" which is column "I," to a new sheet. I have 27 sheets on the book, Main and then A through Z. I was able to get some VBA code I found on here to work and move the A's over but I can't figure out an efficient way to get it to move the 25 other letters over to their respective sheets. I'd also like it to move automatically.
Thanks for any help.
First off I'm sorry if this has been posted before, I couldn't find anything specifically with this many values. I'm having some trouble wrapping my head around moving data from a master sheet to 26 other sheets based on the first letter of the last name. I successfully got it to work for just the "A's" but I can't figure out how to do it for the rest B through Z.
Basically, this is the sheet:
# | Last Name | First Name | Address | City | State | Zip | Phone | Sort Value |
1 | Apple | Jim | 123 | Main St | CA | 10000 | 123-456-7890 | A |
2 | Doe | Jane | 123 | Main St | NY | 10000 | 8964 | D |
I want to be able to move the rows based on "Sort Value" which is column "I," to a new sheet. I have 27 sheets on the book, Main and then A through Z. I was able to get some VBA code I found on here to work and move the A's over but I can't figure out an efficient way to get it to move the 25 other letters over to their respective sheets. I'd also like it to move automatically.
Thanks for any help.