Hi all,
This should be an easy one for those who know VBA.
I want to duplicate all my rows (20000 of them)
Basically I want to go from
col A
John
Daniel
David
Alex
....
to
col A
John
John
Daniel
Daniel
David
David
Alex
Alex
....
How can I do this?
This should be an easy one for those who know VBA.
I want to duplicate all my rows (20000 of them)
Basically I want to go from
col A
John
Daniel
David
Alex
....
to
col A
John
John
Daniel
Daniel
David
David
Alex
Alex
....
How can I do this?