Linking sheets

nikb_mt

Board Regular
Joined
Sep 2, 2010
Messages
53
I am working on a spreadsheet. I have one copy saved to my desktop, and the other copy saved on a private server. How can I get this set set up if I change anything to the copy that's saved on my desktop to automatically update the copy that's set up on my server?

thanks
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
It's not the only way, but probably the easiest.

You could always use VBA to Save your current wb, then SaveAs to replace the remote copy. You can record a macro doing that. From there you just need to figure out how you want to trigger it.
 
Upvote 0
I see. I was just curious, because I used to build spreadsheets all the time, and I had to build charts from data on another workbook. And when I would update the statistics the charts would automatically reflect those changes.
 
Upvote 0
That's direct referencing. It's a little bit different than syncing a copy of a workbook, in that you only need to link the data cells for the chart, not the entire workbook.
 
Upvote 0

Forum statistics

Threads
1,224,588
Messages
6,179,743
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top