I have a long list of unique cells and i'm looking for a way to insert 7-8 rows between each unique cell. any macros available that can accomplish this for me?
Thanks,
Dan
I have a long list of unique cells and i'm looking for a way to insert 7-8 rows between each unique cell. any macros available that can accomplish this for me?
Thanks,
Dan
Answer as sparse as the question
Replace 8 in![]()
Please Login or Register to view this content.
with the row number of the 2nd last row...![]()
Please Login or Register to view this content.
Replace 8 inwith the number of rows to insert.![]()
Please Login or Register to view this content.
if the values are in column A
![]()
Please Login or Register to view this content.
Say I use this script and I take the following list:
a
b
c
and turn it into:
a
b
c
How can I make it so that the rows I've inserted are the same as the unique above? meaning this:
a
a
a
a
a
b
b
b
b
b
c
c
c
c
c
![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks