Need help please! Excel question!

bcmind

Senior member
Oct 9, 1999
539
0
0
I have an excel file on labtop and a copy of the exact file on server in office.

Here is the problem I ran into now:

The excel file on server will be update frequently by my assistant in office and I'll be updating the excel file on my labtop also. How do I make the 2 files synchronize, so that I don't have to worry about missing data?

My guess is that I have to "Link" the 2 files together, but I just don't know how to do it.

Please help me out!
 

Valhalla1

Diamond Member
Oct 13, 1999
8,678
0
76
its "laptop" by the way


you could write a small batch file that copies the file from the server to your local hard drive, and schedule it with the task scheduler to run as often as you like.. say, once an hour - so once every hour the server file is copied to your drive and its updated.

 

bcmind

Senior member
Oct 9, 1999
539
0
0
oops... thx for pointing that typo out! ;)

so how do I make a batch file and what should be in it?

Please let me know!
 

Workin'

Diamond Member
Jan 10, 2000
5,309
0
0
There is no way to synchronize 2 different Excel files. Valhalla1's suggestion will make sure the same version of the file is on both machines, but it WILL NOT merge the contents of the 2 files.

If you are both making changes at the same time, you on your laptop, and your assistant on the file server, you will have to merge the changes using cut and paste manually, which is a huge pain in the ass.
 

Bglad

Golden Member
Oct 29, 1999
1,571
0
0
Or offline files which will update automatically at predetermined times, unlike briefcase. But it still won't merge if changes are made in both files.
 

Shadjakin

Junior Member
Jan 17, 2002
8
0
66
So if you are both entering data in separate areas of the spreadsheet, you could break the workbook into 3 parts.

1) Your main page with links to the two other data pages
2) Your data page
3) Your assistants data page

Then you have a copy of 1, 2 and 3 on your laptop while your assistant has the same at the office. You send them copies of your workbook when you make changes... so he / she has current data. And they send copies of their changes to you.

But this solution is entirely dependant upon you both entering separate data sets. If you both enter some of the same data then you get to do it by hand.