ScorpioMCN
Programmer
I've searched the forums and elsewhere but can't locate an answer to my specific issue.
Here's what I'm trying to do in Excel...I'm fairly new at VB code though
I have one tab full of journal line data on roughly 20 different g/l accounts (more to be added later) starting in row 8, column B (column header is in row 7). I need VB code that will take that data and create a new tab (incl. headers) for EACH unique account number (naming each new tab as that account number eg "121201-000", "123201-005", etc.) and then move that account number's data to that new tab (there is no set # of rows for each account, each account could contain 12 rows or 1212).
The "Data" tab is already sorted by account number.
Account Number Journal Date Amount Etc Etc
121201-000
121201-000
123201-005
123201-005
123201-005
123201-005
123201-005
123201-009
123201-009
123201-009
Once the "Data" tab is empty (all data moved) I'd like it deleted - that is no problem - need help on the rest however.
Would very much appreciate help on this.
Here's what I'm trying to do in Excel...I'm fairly new at VB code though
I have one tab full of journal line data on roughly 20 different g/l accounts (more to be added later) starting in row 8, column B (column header is in row 7). I need VB code that will take that data and create a new tab (incl. headers) for EACH unique account number (naming each new tab as that account number eg "121201-000", "123201-005", etc.) and then move that account number's data to that new tab (there is no set # of rows for each account, each account could contain 12 rows or 1212).
The "Data" tab is already sorted by account number.
Account Number Journal Date Amount Etc Etc
121201-000
121201-000
123201-005
123201-005
123201-005
123201-005
123201-005
123201-009
123201-009
123201-009
Once the "Data" tab is empty (all data moved) I'd like it deleted - that is no problem - need help on the rest however.
Would very much appreciate help on this.