View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
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?