Hi,
I am looking for the VBA that will copy and insert the range of cells from one sheet to another within the same workbook.
Ideally would be to run macro with button on the source sheet.
All items should be copied and inserted to blank document. The number of items (rows) in source sheet might be different (1~300). If it helps, I have available the cell that counts the number of lines (rows) that should be inserted.
After press the button, the ready document should have all items inserted and the cells in columns B8:F8 should be shifted down.
It is important to keep document formatting (border lines, font etc.)
It would be great If I could also back to blank document.
Does anyone know how it can be done?
Thank you in advance
I am looking for the VBA that will copy and insert the range of cells from one sheet to another within the same workbook.
Ideally would be to run macro with button on the source sheet.
All items should be copied and inserted to blank document. The number of items (rows) in source sheet might be different (1~300). If it helps, I have available the cell that counts the number of lines (rows) that should be inserted.
After press the button, the ready document should have all items inserted and the cells in columns B8:F8 should be shifted down.
It is important to keep document formatting (border lines, font etc.)
It would be great If I could also back to blank document.
Does anyone know how it can be done?
Thank you in advance