I need a macro that will copy a column from one worksheet and paste into another spreadsheet on every 5th row. I've tried using snippets of code, but I haven't found one that I can modify to make this work. Driving me crazy. I'm sure this is pretty easy for those who are more advanced with VB code.
Anyone willing to help me out would have my eternal thanks!
Copy until Column A is empty
Workbook1 -
Column A
Name1
Name2
Name3
Name4
etc.
.
Workbook2
Column A
Paste Name1 in Row 5
Paste Name2 in Row 10
Paste Name3 in Row 15
Paste Name4 in Row 20
etc.