zombiemaster
Board Regular
- Joined
- Oct 27, 2009
- Messages
- 247
I'm working with Excel 2003.
I need to insert 2 blank rows within a spreadsheet above certain other rows that contains data that starts with a particular text string.
Details:
Column A has office codes in the form of "0301A", "0301B", etc.
Column F will have billing codes that could start with either "L" or "ND" or "NF".
Problem:
I want to separate the L's from the ND's and also the NF's in column F based on which office they are billed to.
End result:
What I want to end up with are two blank rows in between each office code in column A, then another two blank rows between the L's, ND's and NF's.
I'm studying VBA for Excel now but haven't gotten very far yet...I can record macros with the macro recorder and tweak them a little with VBA but I'm not to this level yet. Can anybody give me a hand with this?
Thanks...
-=ZM=-
I need to insert 2 blank rows within a spreadsheet above certain other rows that contains data that starts with a particular text string.
Details:
Column A has office codes in the form of "0301A", "0301B", etc.
Column F will have billing codes that could start with either "L" or "ND" or "NF".
Problem:
I want to separate the L's from the ND's and also the NF's in column F based on which office they are billed to.
End result:
What I want to end up with are two blank rows in between each office code in column A, then another two blank rows between the L's, ND's and NF's.
I'm studying VBA for Excel now but haven't gotten very far yet...I can record macros with the macro recorder and tweak them a little with VBA but I'm not to this level yet. Can anybody give me a hand with this?
Thanks...
-=ZM=-