Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 15
Default Open Excel file on a remote server

I have an Excel file that I am keeping on a server that I would like to have my users open. The problem with this file is that it is 35 megs and one of the users is on a VPN somewhere 2000 miles away. To make matters worse, the data in the file is changed everyday so users need to reload the file everyday. I'm sure you see the inherent problem with d/ling a 35 meg file every day. The solution I see to get around this is if I can extract specific cells worth of data as that is all the user needs. So, I would like to open the Excel file on the server for reading without actually having to download the entire file. Is this possible? If not, are there any other solutions?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 94
Default Open Excel file on a remote server

Adam,

Excel worksheets can reference cells in other Excel workbooks. One
suggestion would be to create formulas in the Master Workbook (35 GB file)
that reference an external file (small filesize). The user could load the
large master workbook on their computer once and then download the small
Excel data file with the new information each time they want to use the
spreadsheet. You could even automate the download process when the master
file is opened.

An example of a cell formula to an external workbook is:
='C:\My Documents\Excel\Junk1\[NewData1.xls]Sheet1'!$A$1

Troy

"Adam" wrote in message
...
I have an Excel file that I am keeping on a server that I would like to

have my users open. The problem with this file is that it is 35 megs and one
of the users is on a VPN somewhere 2000 miles away. To make matters worse,
the data in the file is changed everyday so users need to reload the file
everyday. I'm sure you see the inherent problem with d/ling a 35 meg file
every day. The solution I see to get around this is if I can extract
specific cells worth of data as that is all the user needs. So, I would like
to open the Excel file on the server for reading without actually having to
download the entire file. Is this possible? If not, are there any other
solutions?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Open Excel file on a remote server

If the data is strictly formatted and you know the data structures you could
use ADO and SQL to extract what you want.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Adam" wrote in message
...
I have an Excel file that I am keeping on a server that I would like to

have my users open. The problem with this file is that it is 35 megs and one
of the users is on a VPN somewhere 2000 miles away. To make matters worse,
the data in the file is changed everyday so users need to reload the file
everyday. I'm sure you see the inherent problem with d/ling a 35 meg file
every day. The solution I see to get around this is if I can extract
specific cells worth of data as that is all the user needs. So, I would like
to open the Excel file on the server for reading without actually having to
download the entire file. Is this possible? If not, are there any other
solutions?


  #4   Report Post  
Posted to microsoft.public.excel.programming
jaf jaf is offline
external usenet poster
 
Posts: 300
Default Open Excel file on a remote server

Hi Adam,
Have you tried VNC? www.realvnc.com
(I just tried the url and got nothing. Maybe its busy)

There is a windows built-in way also. See startprogramsaccessoriesremote
desktop connection. (winXP)


--
John
johnf 202 at hotmail dot com


"Adam" wrote in message
...
| I have an Excel file that I am keeping on a server that I would like to
have my users open. The problem with this file is that it is 35 megs and one
of the users is on a VPN somewhere 2000 miles away. To make matters worse,
the data in the file is changed everyday so users need to reload the file
everyday. I'm sure you see the inherent problem with d/ling a 35 meg file
every day. The solution I see to get around this is if I can extract
specific cells worth of data as that is all the user needs. So, I would like
to open the Excel file on the server for reading without actually having to
download the entire file. Is this possible? If not, are there any other
solutions?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel won't open hyperlink to another document on terminal server Jen Excel Discussion (Misc queries) 0 September 10th 09 06:14 PM
Connect to Access Database On Remote Server UT Excel Discussion (Misc queries) 0 August 21st 07 10:42 PM
Can I hyperlink in my sheet to a remote document on my server? Ben Excel Worksheet Functions 3 May 9th 06 05:24 PM


All times are GMT +1. The time now is 03:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"