View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Harlan Grove[_2_] Harlan Grove[_2_] is offline
external usenet poster
 
Posts: 1,231
Default HOW DO I SYNC EXCEL FILES ON A LAPTOP?

SKIP wrote...
HOW CAN I SYNC EXCEL FILES OFF MY LAPTOP ONTO THE NETWORK ONA DAILY
BASIS FOR UPDATING PURPOSES FOR MY JOB?


First, don't post in all caps. It's considered rude.

Second, this isn't an Excel question (you could easily replace Excel
with Word or Flash in your request, and it wouldn't change the nature
of your request). This is an OS question. Generally OS questions
should only be asked in OS newsgroups.

If you have a Windows laptop, one approach would be creating a
shortcut in your Startup folder with the command line

xcopy /D /S c:\<laptop directory\*.xls s:\<LAN diretory\

Replace c:\<laptop directory with the drive/directory path of the
folder on your laptop that contains the files you want to sync, and
replace s:\<LAN diretory with the appropriate drive/directory path on
your network's file server.

Better still, if you work for a company that has a network, ask your
network administrator how you should do this. They may already have
custom software to handle this.