Hi All,
I have a macro below that allows me to insert a selected amount of rows in between each row.
Is there a way to edit this so that it inserts a given text between each row instead of a blank one?![]()
Please Login or Register to view this content.
EG,
I have these 4 rows
012266007074431
012342002376343
012682003340172
013036003751731
As it stands it turns out like this
012266007074431
012342002376343
012682003340172
013036003751731
but i need it to turn out like this
012266007074431
*Text*
012342002376343
*Text*
012682003340172
*Text*
013036003751731
*Text*
Ideally I would like to be able to insert anything where *Text* appears
Help would be greatly appreciated
Bookmarks