Hi, i need a VBA code that will copy the header row under data set, so in the below example the header row will be copied to row 12
Excel Workbook | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
5 | Client Code | Debt >60days | Send Letter? | P.Arrangement | Ring | No Action | Passive(60 days) | Aggressive (3rd time) | Legal | ||
6 | Test1 | 6,271.00 | |||||||||
7 | Test2 | 1,210.00 | |||||||||
8 | Test3 | 1,600.00 | |||||||||
9 | Test4 | 110.00 | |||||||||
10 | Test5 | 2,340.00 | |||||||||
11 | Test6 | 1,760.00 | |||||||||
Sheet1 |