Inserting rows after Paste Linking

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have two workbooks that are linked. When I insert a row in the source
workbook and add data (in the middle of the originally selected rows), the
new row doesn't show up in the destination/linked workbook. How do I get
paste link to add these addtional rows to the destination workbook?
 
Someone else may have a better answer.

You can place a command button on the source sheet with code to open the
linked workbook, copy the first linked row and paste down however many rows
are necessary. Or you could place a Sub Auto_Open() macro in the linked
workbook to do the same thing automatically when opened.
 
I will give it a try - thanks.

Jim Jackson said:
Someone else may have a better answer.

You can place a command button on the source sheet with code to open the
linked workbook, copy the first linked row and paste down however many rows
are necessary. Or you could place a Sub Auto_Open() macro in the linked
workbook to do the same thing automatically when opened.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top