Inserting rows in multiple workbooks

5

50pingviner

Hi,

I am working in a workbook that have external references to anothe
workbook.
If I insert a row in the workbook, which is being linked to, it messe
up the links.

How can I make the workbook with the links automatically generate a ro
with links, when a row is generated in the other workbook?

Thx. Lar
 
B

Bob Umlas

safest way is to have the linking worksheet link to NAMED RANGES, not
addresses.
2nd safest way is to have all related workbooks opened at the same time.
Then, when an insertion is made, the references adjust.
Bob Umlas
Excel MVP

"50pingviner" <[email protected]>
wrote in message
news:[email protected]...
 
5

50pingviner

Thx.. but I would like the other sheet to automatically make a similar
row, so the two sheets match. It should be possible with a macro, but I
cant make it do it.

But thx. for the fast reply.
 
Top