I have an excel spreadsheet that lists in rows.
1. I need to read starting with Column A3 and create a new sheet with exactly what is in Column A, (going down)until A is blank.
2. Next I need A2 through AK2 COPIED onto each sheet. (copy into A1:AK2)
3. Last I need to read each cell in A, starting A3 and for each row cut and paste into first empty row in the sheet titled what is in Cell A3
exp:
Total Charges Charges In Alerts Non-Covered
tb $9,768.53 $165.57
bb $7,600.13 $1,163.14
So, the total charges line needs put in each new sheet and there after running this I would have 3 sheets, "Sheet1", "TB", "BB"
BB would look like
Total Charges Charges In Alerts Non-Covered
bb $7,600.13 $1,163.14
TB would look like
Total Charges Charges In Alerts Non-Covered
tb $9,768.53 $165.57
1. I need to read starting with Column A3 and create a new sheet with exactly what is in Column A, (going down)until A is blank.
2. Next I need A2 through AK2 COPIED onto each sheet. (copy into A1:AK2)
3. Last I need to read each cell in A, starting A3 and for each row cut and paste into first empty row in the sheet titled what is in Cell A3
exp:
Total Charges Charges In Alerts Non-Covered
tb $9,768.53 $165.57
bb $7,600.13 $1,163.14
So, the total charges line needs put in each new sheet and there after running this I would have 3 sheets, "Sheet1", "TB", "BB"
BB would look like
Total Charges Charges In Alerts Non-Covered
bb $7,600.13 $1,163.14
TB would look like
Total Charges Charges In Alerts Non-Covered
tb $9,768.53 $165.57