Hello macXpert,
Here is the macro code. You will need to copy and paste this code into a VB Module. First run the Macro called "AddToCellMenu". This adds a command to the Excel's Cell Popup Menu. Just right click the cell in the destination Workbook and click "Insert Rows/ Paste Here". This calls the "MainMacro", inserts the rows needed, and copies the 6 reference columns into the column of the active cell in the destination workbook. One empty line separates each of the source columns from the next one.
When the macro runs it checks the open workbooks and lists them in an input box. Enter the name of the workbook to be used as the source. I did it this way to keep it simple. This way you can have multple workbooks open, and not be limited to only 2 - the source and destination.
Macro Code:
Bookmarks