excelnoobhere
Board Regular
- Joined
- Mar 11, 2019
- Messages
- 61
I have the following data excel code that looks at a sheet of data and sorts the data based on a number and copies it to a new template sheet.
A B C............
Line: 51106-02 AB ZONE
51106-02-904-601 Some info Some Info
51106-02-904-601 Some info Some Info
51106-03-904-601 Some info Some Info
Line: 51106-05 AD ZONE
51106-05-904-601 Some info Some Info
51106-05-904-601 Some info Some Info
Right now the codes searches through column A and based on if its an -02- or -03- it copies certain rows and transfer it to a new template.
currently it ignores the the row that starts with "Line"
I want to be able to be able to extract the "AB " and place it at each newly created template at cell A1 and so on for AD
also now it titles each sheet with -02 -03 -04-.... Is thee a way to title it with AD ..AB..
A B C............
Line: 51106-02 AB ZONE
51106-02-904-601 Some info Some Info
51106-02-904-601 Some info Some Info
51106-03-904-601 Some info Some Info
Line: 51106-05 AD ZONE
51106-05-904-601 Some info Some Info
51106-05-904-601 Some info Some Info
Right now the codes searches through column A and based on if its an -02- or -03- it copies certain rows and transfer it to a new template.
currently it ignores the the row that starts with "Line"
I want to be able to be able to extract the "AB " and place it at each newly created template at cell A1 and so on for AD
also now it titles each sheet with -02 -03 -04-.... Is thee a way to title it with AD ..AB..