Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Linking two Excel Files

Is there a way to have one excel on your C drive and another on the server. If you update the one on your c drive and it will automatically update the one on the server with only the specific columns you want entered. Also if you do not have a exchange server.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Linking two Excel Files

You would have to write code to record changes, then open the server version
of the file in you local instance of excel and update it, then close and
save it. Now if the file was set up like a database, there are possibly
other approaches you could use such as using ADO or DAO. This assumes that
you have read and write access to the file from your computer.

--
Regards,
Tom Ogilvy

"Tslaby" wrote in message
...
Is there a way to have one excel on your C drive and another on the

server. If you update the one on your c drive and it will automatically
update the one on the server with only the specific columns you want
entered. Also if you do not have a exchange server.


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Linking two Excel Files

to set up an excel as a database How would I do that?
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Linking two Excel Files

Header1 Header2 Header3 Header4
dataA2 dataB2 dataC2 dataD2
dataA3 dataB3 dataC3 dataD3
dataA4 dataB4 dataC4 dataD4
dataA5 dataB5 dataC5 dataD5

--
Regards,
Tom Ogilvy

"tslaby" wrote in message
...
to set up an excel as a database How would I do that?



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
Linking Files in Excel mottawa Excel Discussion (Misc queries) 3 December 19th 08 03:28 PM
Linking Excel Files sdavis Excel Worksheet Functions 1 November 18th 08 07:00 PM
Linking files in excel Brandon Excel Discussion (Misc queries) 1 September 16th 08 08:31 AM
Linking Excel Files Salman Excel Discussion (Misc queries) 2 September 1st 08 01:03 PM
Linking two excel files Vikki Excel Discussion (Misc queries) 1 June 6th 05 09:57 PM


All times are GMT +1. The time now is 12:25 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"