Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 661
Default how to link excel cells across the internet?

In the Excel program running on my local PC, there is a single cell, whose
contents I would like to share with multiple clients at different locations
on the internet.

The contents of the cell is a string (255 characters max with no formatting)
and is updated about ten times a minute.

I want this continuously changing cell to be duplicated in the client excel
files in real time across the internet.

Can someone help me with instructions to do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default how to link excel cells across the internet?

You'd need to have an accessible place to put the value (eg some web
space), and some way for the other files to query the value. Excel
doesn't have this capability built in. Do you really mean internet
and not intranet?

Tim




"Paul" wrote in message
...
In the Excel program running on my local PC, there is a single cell,
whose
contents I would like to share with multiple clients at different
locations
on the internet.

The contents of the cell is a string (255 characters max with no
formatting)
and is updated about ten times a minute.

I want this continuously changing cell to be duplicated in the
client excel
files in real time across the internet.

Can someone help me with instructions to do this?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 661
Default how to link excel cells across the internet?

Thanks Tim,

The internet is what I need to cross with this data. But if you know how to
do it on an intranet, I would be interested in that too - as a starting
place. I do not know how to do what you are suggesting. Please explain.

I understand that there may be a way to do this type thing with a vpn, but
so far i remain clueless as to how to accomplish it inreality.

Thanks again for your response!

"Tim Williams" wrote:

You'd need to have an accessible place to put the value (eg some web
space), and some way for the other files to query the value. Excel
doesn't have this capability built in. Do you really mean internet
and not intranet?

Tim




"Paul" wrote in message
...
In the Excel program running on my local PC, there is a single cell,
whose
contents I would like to share with multiple clients at different
locations
on the internet.

The contents of the cell is a string (255 characters max with no
formatting)
and is updated about ten times a minute.

I want this continuously changing cell to be duplicated in the
client excel
files in real time across the internet.

Can someone help me with instructions to do this?




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how to link excel cells across the internet?


I think your best bet for using the net to transmit data would be t
export the data down to a sql database or use access with a databas
server

--
JasonSel
-----------------------------------------------------------------------
JasonSelf's Profile: http://www.excelforum.com/member.php...nfo&userid=533
View this thread: http://www.excelforum.com/showthread.php?threadid=46663

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default how to link excel cells across the internet?

Paul,

If it were an intranet then a shared network folder might be enough.
On the internet you could use a web page which would accept a
parameter (the value from your "master" spreadsheet) and then pass it
on to any request made by the "slave" spreadsheets. This would equate
to a "pull" approach rather than a "push" process - ie. you're relying
on the slave files "asking" for the updated value.

Every six seconds is quite frequent though...

Tim

"Paul" wrote in message
...
Thanks Tim,

The internet is what I need to cross with this data. But if you
know how to
do it on an intranet, I would be interested in that too - as a
starting
place. I do not know how to do what you are suggesting. Please
explain.

I understand that there may be a way to do this type thing with a
vpn, but
so far i remain clueless as to how to accomplish it inreality.

Thanks again for your response!

"Tim Williams" wrote:

You'd need to have an accessible place to put the value (eg some
web
space), and some way for the other files to query the value. Excel
doesn't have this capability built in. Do you really mean internet
and not intranet?

Tim




"Paul" wrote in message
...
In the Excel program running on my local PC, there is a single
cell,
whose
contents I would like to share with multiple clients at different
locations
on the internet.

The contents of the cell is a string (255 characters max with no
formatting)
and is updated about ten times a minute.

I want this continuously changing cell to be duplicated in the
client excel
files in real time across the internet.

Can someone help me with instructions to do this?








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
how do i link cells that contain text in excel dumbone New Users to Excel 3 May 13th 10 01:14 PM
How do I link cells between to sheets in MS Excel? manhut Excel Discussion (Misc queries) 3 February 6th 10 08:35 PM
Can you Link 3 cells into 1 in Excel 2003 lin Excel Worksheet Functions 2 June 8th 05 09:38 AM
internet data link using wildcard Rickertee Excel Discussion (Misc queries) 0 May 23rd 05 09:17 AM
How do I link cells and keep the formating in excel? thanksforthehelp Excel Discussion (Misc queries) 4 April 8th 05 03:53 PM


All times are GMT +1. The time now is 08:11 PM.

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

About Us

"It's about Microsoft Excel"