PC Review


Reply
Thread Tools Rate Thread

linking data

 
 
Stephen Larivee
Guest
Posts: n/a
 
      11th Jun 2007
I know how to copy data from one Excel file and do a Paste Special, Paste as
Link onto another file. That works fine but the updated data flows in one
way only. Is there a way of linking two Excel files so that you have the
same data on each one, but they are linked so that updating data 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.


 
Reply With Quote
 
 
 
 
Bernie Deitrick
Guest
Posts: n/a
 
      12th Jun 2007
Stephen,

You can do the tow way flow, but it is a BAD idea.

Better is to use one workbook, with one worksheet as your data sheet, and insert a second sheet
instead of using a second workbook.

HTH,
Bernie
MS Excel MVP


"Stephen Larivee" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I know how to copy data from one Excel file and do a Paste Special, Paste as Link onto another
>file. That works fine but the updated data flows in one way only. Is there a way of linking two
>Excel files so that you have the same data on each one, but they are linked so that updating data
>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.
>



 
Reply With Quote
 
 
 
 
Stephen Larivee
Guest
Posts: n/a
 
      12th Jun 2007
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?

If it is possible to do it, how do you do it? I would like to play with it
on some demo files before I actually use it.

Thanks


"Bernie Deitrick" <deitbe @ consumer dot org> wrote in message
news:%(E-Mail Removed)...
> Stephen,
>
> You can do the tow way flow, but it is a BAD idea.
>
> Better is to use one workbook, with one worksheet as your data sheet, and
> insert a second sheet instead of using a second workbook.
>
> HTH,
> Bernie
> MS Excel MVP
>
>
> "Stephen Larivee" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I know how to copy data from one Excel file and do a Paste Special, Paste
>>as Link onto another file. That works fine but the updated data flows in
>>one way only. Is there a way of linking two Excel files so that you have
>>the same data on each one, but they are linked so that updating data 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.
>>

>
>



 
Reply With Quote
 
Bernie Deitrick
Guest
Posts: n/a
 
      12th Jun 2007
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


"Stephen Larivee" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)...
> 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?
>
> If it is possible to do it, how do you do it? I would like to play with it on some demo files
> before I actually use it.
>
> Thanks
>
>
> "Bernie Deitrick" <deitbe @ consumer dot org> wrote in message
> news:%(E-Mail Removed)...
>> Stephen,
>>
>> You can do the tow way flow, but it is a BAD idea.
>>
>> Better is to use one workbook, with one worksheet as your data sheet, and insert a second sheet
>> instead of using a second workbook.
>>
>> HTH,
>> Bernie
>> MS Excel MVP
>>
>>
>> "Stephen Larivee" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>I know how to copy data from one Excel file and do a Paste Special, Paste as Link onto another
>>>file. That works fine but the updated data flows in one way only. Is there a way of linking two
>>>Excel files so that you have the same data on each one, but they are linked so that updating data
>>>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.
>>>

>>
>>

>
>



 
Reply With Quote
 
Stephen Larivee
Guest
Posts: n/a
 
      12th Jun 2007
Thank you for your help. Much clearer now.


"Bernie Deitrick" <deitbe @ consumer dot org> wrote in message
news:%23%(E-Mail Removed)...
> 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
>
>
> "Stephen Larivee" <(E-Mail Removed)> wrote in message
> news(E-Mail Removed)...
>> 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?
>>
>> If it is possible to do it, how do you do it? I would like to play with
>> it on some demo files before I actually use it.
>>
>> Thanks
>>
>>
>> "Bernie Deitrick" <deitbe @ consumer dot org> wrote in message
>> news:%(E-Mail Removed)...
>>> Stephen,
>>>
>>> You can do the tow way flow, but it is a BAD idea.
>>>
>>> Better is to use one workbook, with one worksheet as your data sheet,
>>> and insert a second sheet instead of using a second workbook.
>>>
>>> HTH,
>>> Bernie
>>> MS Excel MVP
>>>
>>>
>>> "Stephen Larivee" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>>I know how to copy data from one Excel file and do a Paste Special,
>>>>Paste as Link onto another file. That works fine but the updated data
>>>>flows in one way only. Is there a way of linking two Excel files so
>>>>that you have the same data on each one, but they are linked so that
>>>>updating data 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.
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
An error msg in Excel 2007 regarding Linking but no linking in fil Jugglertwo Microsoft Excel Misc 0 12th Sep 2008 02:08 AM
linking even pages and linking odd pages =?Utf-8?B?S2FyZWwgUm9vcw==?= Microsoft Word Document Management 3 16th Oct 2006 03:21 PM
linking even pages and linking odd pages =?Utf-8?B?S2FyZWwgUm9vcw==?= Microsoft Word Document Management 1 13th Oct 2006 03:15 PM
Linking error in VC++ 6 while linking with a library developed in VC++ 7. =?Utf-8?B?bmdudXNlcg==?= Microsoft VC .NET 0 20th Feb 2004 08:11 PM
A Linking Error in VC++.net when linking to a WinCE.net dll Kenric Li Microsoft VC .NET 0 5th Nov 2003 03:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:59 PM.