I want to be able to insert four rows underneath every row with data in Column A, and then have it enter text in the leftmost cell (col.A) of each new row. I found some simple code to add rows, one by one, but that'll take me forever (the list is probably 200 rows long).
For example, Here's what column A looks like:
A B C
1 STATE
2 New York
3 New Jersey
4 Pennsylvania
5
I need the code to insert 4 rows beneath "New York" and enter "Analyst" in A3, "Manager" in A4, "Tester" in A5, and "PMO" in A6. The text would be italicized and indented one space.
This would continue for every row in Column A that has a value in it (apply to "New Jersey", "Pennsylvania", and then stop because there are no more values in below "Pennsylvania".
I appreciate your help!
Regards,
Candy
For example, Here's what column A looks like:
A B C
1 STATE
2 New York
3 New Jersey
4 Pennsylvania
5
I need the code to insert 4 rows beneath "New York" and enter "Analyst" in A3, "Manager" in A4, "Tester" in A5, and "PMO" in A6. The text would be italicized and indented one space.
This would continue for every row in Column A that has a value in it (apply to "New Jersey", "Pennsylvania", and then stop because there are no more values in below "Pennsylvania".
I appreciate your help!
Regards,
Candy