I am trying to copy each row and insert the copied cell down 11 times in the same worksheet using macros. I am an extreme beginner when it comes to VBA. So I appreciate the help if anyone knows how to execute this code to get this to work.
Example is below:
Before:
A A A A
B B B B
C C C C
D D D D
After:
A A A A
A A A A
A A A A
A A A A
............ x11 for a total of 12 A A A A rows
B B B B
B B B B
........... x11 for a total of 12 B B B B rows
C C C C
C C C C
........... x11 for a total of 12 C C C C rows
and so on.
Example is below:
Before:
A A A A
B B B B
C C C C
D D D D
After:
A A A A
A A A A
A A A A
A A A A
............ x11 for a total of 12 A A A A rows
B B B B
B B B B
........... x11 for a total of 12 B B B B rows
C C C C
C C C C
........... x11 for a total of 12 C C C C rows
and so on.