Stephen,
It is a bad idea because you have two different sources of data. Let's say that you change one
sheet and I change the other - the same cell, the same data. Which is correct, and which change
should take precedence? Or something happens that the data is entered in one place and isn't
correctly updated in the other. Have the data in one place, and that can't happen. Over the course
of time, maybe even years, think of the possibilities of those data sources staying synchronized...
slim to none, is my experience.
To do it, you would need to use the change event, to open the other workbook (if it isn't already
open) and write the data, then save the changes. Lots of overhead, and it would slow you down.
HTH,
Bernie
MS Excel MVP
> Briefly, if you could, why is it a bad idea? Because people will be entering data and undoing
> something that the other person has done?
[quoted text clipped - 20 lines]
>>>in one file will automatically be shown in the second file, and this will happen no matter which
>>>of the files is updated? I don't see anything in Excel that would allow this.
Stephen Larivee - 12 Jun 2007 20:51 GMT
Thank you for your help. Much clearer now.
> Stephen,
>
[quoted text clipped - 41 lines]
>>>>file, and this will happen no matter which of the files is updated? I
>>>>don't see anything in Excel that would allow this.